gema stands for GobCan Email Alarm
This tool lets you receive Telegram notification when you receive an incoming email to Gobierno de Canarias.
- Create a Python virtualenv (>=3.10)
pip install -r requirements.txt- Add custom values in
.envfile for the following params:
TELEGRAM_BOT_TOKENTELEGRAM_CHAT_IDINBOXPOP3_SERVERPOP3_USERNAMEPOP3_PASSWORD
- Launch application:
$ python main.pyYou can change loglevel using:
-linfo-ldebug-lerror
- Disable notifications:
$ python main.py --no-notify- Disable deleting emails after dispatching:
$ python main.py --no-delete