Send emails daily about the USD exchange rate of EBL.
- First install requirements
- Copy
.env.example
file to.env
- Add a gmail address and password. The gmail address should allow insecure apps. How to do it?
- Run
python3 __main__.py
for a single execution.
- Notifications are sent daily at
9AM (GMT+6)
from my server. - Add your email to the
mail.list
file and send a pull request.