Gitpod ready-to-code

GitNews – Github webhooks for Telegram

Setup:

server:

  • clone repo

    git clone https://github.com/jakbin/gitnews.git
  • Set Telegram bot token in config.py
    or
    set with heroku cli

    heroku config:set ENV=True
    heroku config:set BOT_TOKEN=Bot_Token
  • create your app with heroku cli

    heroku create your_app_name
  • push code

    git push main heroku

Github webhooks:

Deploy on Heroku:

If you want to deploy this app on Heroku, there’s a one-click setup for that. Click below, fill up the form and hit Deploy App.

Deploy

Try on Gitpod:

  1. Login to Gitpod.
  2. Open this repo in Gitpod.
  3. After workspace build, dependencies will be installed.
  4. Follow step 2 and 3 in Setup section.

This is originally created by pokurt

GitHub

View Github