- Heroku accounts
- Recommended to use 1 App in 1 Heroku accounts
- Don't use bin/fake credits card, because your Heroku account will banned
-
Give stars and Fork this repo then upload token.pickle to your forks, or you can upload your token.pickle to your Index and put your token.pickle link to TOKEN_PICKLE_URL (NOTE: If you didn't upload token.pickle uploading will not work). How to generate token.pickle? Read here
-
Go to Repository
Settings
->Secrets
-
Add the below Required Variables one by one by clicking
New Repository Secret
everytime.HEROKU_EMAIL HEROKU_API_KEY HEROKU_APP_NAME BOT_TOKEN TELEGRAM_API TELEGRAM_HASH OWNER_ID GDRIVE_FOLDER_ID DOWNLOAD_DIR DOWNLOAD_STATUS_UPDATE_INTERVAL AUTO_DELETE_MESSAGE_DURATION UPSTREAM_REPO UPSTREAM_BRANCH
HEROKU_EMAIL
Heroku Account email Id in which the above app will be deployedHEROKU_API_KEY
Go to your Heroku account and go to Account Settings. Scroll to the bottom until you see API Key. Copy this key and add itHEROKU_APP_NAME
Your Heroku app name, Name Must be uniqueBOT_TOKEN
The Telegram bot token that you get from https://t.me/BotFather.TELEGRAM_API
This is to authenticate to your Telegram account for downloading Telegram files. You can get this from https://my.telegram.org DO NOT put this in quotesTELEGRAM_HASH
This is to authenticate to your Telegram account for downloading Telegram files. You can get this from https://my.telegram.orgOWNER_ID
The Telegram user ID (not username) of the Owner of the botGDRIVE_FOLDER_ID
This is the folder ID of the Google Drive Folder to which you want to upload all the mirrorsDOWNLOAD_DIR
The path to the local folder where the downloads should be downloaded toDOWNLOAD_STATUS_UPDATE_INTERVAL
A short interval of time in seconds after which the Mirror progress message is updated. (I recommend to keep it5
seconds at least)AUTO_DELETE_MESSAGE_DURATION
Interval of time (in seconds), after which the bot deletes it's message (and command message) which is expected to be viewed instantly. (Note: Set to-1
to never automatically delete messages)UPSTREAM_REPO
Link for Bot Upstream Repo, if you want default update, fillhttps://github.com/breakdowns/slam-mirrorbot
UPSTREAM_BRANCH
Branch name for Bot Upstream Repo, fillmaster
For Optional Variables you can get from Here
-
After adding all the above Required Variables go to Github Actions tab in your repo
-
Select
Manually Deploy to heroku
workflow as shown below: -
Then click on Run workflow
-
Done! your bot will be deployed now.
- Don't change/edit variables from Heroku if you want to change/edit do it from Github Secrets
- If you want to set optional variables, go to your Heroku app settings and add the variables
- arghyac35 for Tutorial