Skip to the content.

Binary Coffee Bot

Telegram bot that publishes the latest articles from our blog to our Telegram channel. If you have a blog with a json1 feed and want to send the posts automatically to a telegram channel you can use this bot.

Setup project

Environment variables

Steps to start the bot

  1. Clone the repo: git clone https://github.com/dcs-community/binarycoffee_bot.git
  2. Create environment: virtualenv -p python3 env
  3. Activate environment: source env/bin/activate
  4. Set environment variables
  5. Install packages: pip install -r requirements.txt
  6. Finally, run python bot.py

Deploy in Heroku

See this post for help.

Setup with docker

  1. Clone the repo: git clone https://github.com/dcs-community/binarycoffee_bot.git
  2. Set environment variables
  3. Start docker-compose: docker-compose up -d

Contribution

Any contribution is welcome.

License

Check our LICENCE.md file.