Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.08 KB

Nile University Student Portal Scraper

This Python script allows you to scrape your academic transcript from the Nile University student portal.

Prerequisites

  • Python 3.x installed on your system
  • Required Python libraries installed:
    • requests
    • BeautifulSoup4
    • tabulate
    • getpass

Usage

  1. Clone this repository to your local machine.
  2. Install the required Python libraries using pip:
    pip install -r requirements.txt
  3. Run the script using the following command:
    python grades.py
  4. Enter your student ID and Nile portal password when prompted. (Note: password input will be hidden)
  5. The script will scrape your academic transcript and display it in tabular format.

Note

  • This script uses BeautifulSoup to parse the HTML response from the Nile University student portal.
  • It requires your Nile portal credentials to log in and fetch the academic transcript data.
  • Make sure to keep your credentials secure and do not share them with others.

Author

This script was created by Attahirny.