Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 891 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 891 Bytes

GitGram - Github Integration for Telegram Bot API

Deploy on Heroku 🚀:

Click below, Fill up the required fields and then hit Deploy App button.

Deploy

Setup:

  • Install all requirements, pip3 install -r requirements.txt
  • Copy config.sample.py, edit and save as config.py
  • Run python3 GitGram.py

Deploy on GitPod 🚀:

Gitpod ready-to-code

Try on Gitpod:

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