Skip to content

whymolchanov/selfmailbot

 
 

Repository files navigation

Selfmailbot — the bot that sends all messages to your inbox

CircleCI uptime

Useful for GTD and email geeks.

Installation

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

Configuration

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 <yourbot@e.mail>
CELERY_BROKER_URL=redis://localhost:6379

Hacking

PR's are welcome

About

Telegram bot that forwards messages to your inbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.7%
  • HTML 3.7%
  • Dockerfile 0.6%