viperadnan-git / google-drive-telegram-bot

A Google Drive Telegram Bot for managing, cloning files, uploading files on Google Drive
GNU General Public License v3.0
617 stars 1.6k forks source link

Missing instructions - what to do after deploying? #4

Closed Vishalsingh4997 closed 3 years ago

Vishalsingh4997 commented 3 years ago

I deployed both local and on heroku and sent message to the bot in telegram but bot not responding. Heroku logs - 2020-09-29T08:48:00.561546+00:00 app[api]: Scaled to worker@1:Free by user #########@gmail.com 2020-09-29T08:48:08.489393+00:00 heroku[worker.1]: Starting process with command python -m bot 2020-09-29T08:48:09.150047+00:00 heroku[worker.1]: State changed from starting to up 2020-09-29T08:48:12.529654+00:00 app[worker.1]: 2020-09-29 08:48:12,529 - main - INFO - Starting Bot ! 2020-09-29T08:48:14.055933+00:00 app[worker.1]: Pyrogram v1.0.1, Copyright (C) 2017-2020 Dan https://github.com/delivrance 2020-09-29T08:48:14.055967+00:00 app[worker.1]: Licensed under the terms of the GNU Lesser General Public License v3 or later (LGPLv3+) 2020-09-29T08:48:14.055967+00:00 app[worker.1]: 2020-09-29T08:48:21.405171+00:00 app[worker.1]: 2020-09-29 08:48:21,404 - root - INFO - Started 12 HandlerTasks

local logs - $ python -m bot 2020-09-29 14:27:58,005 - main - INFO - Starting Bot ! 2020-09-29 14:28:04,577 - root - INFO - Started 8 HandlerTasks

is there any specific command that triggers this bot?

FristyFlakes commented 3 years ago

All commands don't work apart from /auth for non authorized users.. But after authorizing all commands works smoothly. Dev should fix commands to work for authorized and non authorized users

askfriends commented 3 years ago

how to get these values?

SUPPORT_CHAT_LINK - Telegram invite link of support chat.
DATABASE_URL - Postgres database url.