UFP-Grades is a system to auto-notify new grades available for Fernando Pessoa University.
- Notify by email
- Notify by Pushbullet.
- Notify by SMS using BulkSMS.
- Multi-threaded (faster analisys)
- Two Web Scrapers
- Fast as hell
UFP-Grades requires Python v3+, MySQL and PhantomJS to run.
$ git clone https://github.com/joaquimmagalhaes17/UFP-Grades.git
$ cd UFP-Grades
$ cp .config.yml.example .config.yml
$ nano .config.yml
Fill the yaml file with your configurations
$ pip3 install -r requirements.txt
$ python3 grades.py
Or
$ python3 grades.py -a <number> <password> <email>
This system also requires UFP-API
- Document code
- Rafael Almeida for creating the API
- Pedro Monteiro
Free Software, Hell Yeah!