Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Update README.md #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ Steps to set-up development:
1. BOT_API_TOKEN='Fill with Token'
2. DROPBOX_API_TOKEN='Fill With Token'
3. GOOGLE_APPLICATION_CREDENTIALS=google-credentials.json
4. DEPLOY_URL=https://pinus-telegram-bot.herokuapp.com/


Deployment:
1.Heroku create on CLI
1.Add the following 2 buildpacks on Heroku:
1.https://github.com/gerywahyunugraha/heroku-google-application-credentials-buildpack
1.https://github.com/heroku/heroku-buildpack-python
2.Set up the config variables (BOT_API_TOKEN, DROPBOX_API_TOKEN, and GOOGLE_APPLICATION_CREDENTIALS=google-credentials.json, and GOOGLE_CREDENTIALS='Fill with JSON Content of google API Credentials Token')
2.Set up the config variables (BOT_API_TOKEN, DROPBOX_API_TOKEN, and GOOGLE_APPLICATION_CREDENTIALS=google-credentials.json, and GOOGLE_CREDENTIALS='Fill with JSON Content of google API Credentials Token')