anasty17 / mirror-leech-telegram-bot

Official Repository: Telegram bot which can download direct links, torrents, nzb, google drive, telegram document, any file/folder from rclone supported clouds, all yt-dlp supported sites and jdownloader supported sites, then upload them to google drive, telegram cloud or to one of rclone supported clouds
https://t.me/mltb_official_channel
GNU General Public License v3.0
3.45k stars 4.77k forks source link

Add gdtot support for heroku branch #63

Closed MajnuRangeela closed 2 years ago

MajnuRangeela commented 2 years ago

I tried to deploy master branch using heroku cli method bot says one or more vars are missing and crashes immediately even if I've filled all required vars and some optional vars correctly. So I'm trying to say do you have plans for adding gdtot support for heroku branch ?

SpeedyIndeedy commented 2 years ago

@majnurangeela attach your config file and just replace your values with 'filled', so that i can see if any mandatory var wasn't filled

MajnuRangeela commented 2 years ago

@SpeedyIndeedy config.env.txt Here is the config file

anasty17 commented 2 years ago

@majnurangeela Hi, u don't need to deploy master branch on heroku ... there is a branch for it ... or u can deploy master branch two times with same app name for new app... if u filled upstream repo var with official repo so ur bot will get all files from it .. so first u shouldn't delete .gitignore file 2nd u must use git add . -f to add ignored files .. those ignored files will stay in ur heroku app other files will updated on each restart

MajnuRangeela commented 2 years ago

Okay, Thanks for fast replies. I got it problem was i was deleting .gitignore file and git folder and initializing my own git using git init that was the fault. Thank You once again !