A python script that sends mail if a course is available for registration on SNU's ERP.
- Install the required packages
pip install -r requirements.txt
- Create and initialize environment file
cp .env.example .env
- Add your target classes in main.py.
- Run the program
python main.py
- Headless Mode
- Inefficient but works
- Sends mail if a course is available for registration
- Can be used for multiple courses