Authentication bot for login into Stars SRS (Student Register System)
- Make sure
pip
has been installed: How to install PIP - Run the following command in the Project directory:
pip install -r requirements.txt
- For Selenium WebDriver install and locate browser driver: Install drivers
- Enter your information to
config.py
- For usage either:
- run the following command in Project directory:
python3 auth_srs.py
- or add your project directory to
srs.sh
and withchmod u+x srs.sh
make the script executable. Finally, run./srs.sh
- run the following command in Project directory: