A script for Iranian university students that send the latest news of the Golestan system via email
bsimjoo 568af5c366 add template cache-ing codes | 4 gadi atpakaļ | |
---|---|---|
.vscode | 4 gadi atpakaļ | |
doc | 4 gadi atpakaļ | |
templates | 4 gadi atpakaļ | |
.gitignore | 4 gadi atpakaļ | |
config-example.ini | 4 gadi atpakaļ | |
golestan_reporter.py | 4 gadi atpakaļ | |
logger.py | 4 gadi atpakaļ | |
main.py | 4 gadi atpakaļ | |
readme.md | 4 gadi atpakaļ | |
requerments.txt | 4 gadi atpakaļ |
Golestan is a legacy system! most of Iranian universities use this system for news and storing students information.
Golestan Reporter is useful for Iranian students. This app uses an internal database to send the latest news uploaded to Golestan via email.
My idea is to use a single database for all of my future projects for university students.
After clone or download source code; first install requirements.
python3 -m pip install -r requirements.txt
Then create your own copy of config-example.ini
file and name it as config.ini
config.ini
is ignoredOpen config.ini
and change smtp settings, email & password and ...
then run main.py
python3 main.py