Useful for GTD and email geeks.
This bots works as free-for-all SaaS at selfmailbot.co, but you are free to build your own bot from this source code.
The bot app is dockerized, but if you want to run the bot on the local machine, you are going to need this:
- Python 3.6
- Redis
- Celery
- Mailgun account
Configure the bot through the environment variables (or the .env
file):
BOT_TOKEN=100500:S3cr37T0k3n
MAILGUN_DOMAIN=mail.your.bot.addrress
MAILGUN_API_KEY=key-s3cr3t
MAILGUN_FROM=Note to self <[email protected]>
CELERY_BROKER_URL=redis:https://localhost:6379
PR's are welcome