blackbaud is the grading/assignments system for my school, but unfortunately it takes way too long to log in (you have to type in your email, then click next, then click continue, then click your email AGAIN)
- so this basically simplies the process into one command!
- checks if blackbaud is already open (in the first tab) and if not, opens it as a tab
- types in your email
- clicks next, then continue
- clicks your google account
- Clone the repository
git clone https://github.com/sophia0805/blackbaud
cd blackbaud- Install dependencies
pip install python-dotenv- Create .env file
email=""- Run the script
python3 blackbaud.pyblackbaud is the grading/assignments system for my school, but unfortunately it takes way too long to log in (you have to type in your email, then click next, then click continue, then click your email AGAIN)
- so this basically simplies the process into one command!
- checks if blackbaud is already open (in the first tab) and if not, opens it as a tab
- types in your email
- clicks next, then continue
- clicks your google account
- Clone the repository
git clone https://github.com/sophia0805/blackbaud
cd blackbaud- Install dependencies
pip install python-dotenv- Create .env file
email=""- Run the script
python3 blackbaud.py