Skip to content

A script that can be used to scrap the Nile University Portal.

Notifications You must be signed in to change notification settings

Attahirny/nile-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A script that can be used to scrap the Nile University Portal.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages