diff --git a/README.md b/README.md index 9e2c817b93b..ddeb06892b3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a telegram bot writen in python for mirroring files on the internet to o - Mirroring direct download links to Google Drive - Mirroring Mega.nz links to Google Drive (In development stage) -- Mirroring Uptobox.com links to Google Drive (Uptobox account must be premium) +- Mirroring Uptobox.com links to Google Drive (**NOTE**: Uptobox account must be premium) - Copy files from someone's drive to your drive (Using Autorclone) - Download/upload progress, speeds and ETAs - Docker support @@ -144,6 +144,52 @@ Give Star & Fork this repo, then upload **token.pickle** to your forks
+## Deploying on Heroku using heroku-cli + +{download.gid()}
"
+ msg += f"\nTo Stop: /{BotCommands.CancelMirror} {download.gid()}
"
msg += "\n\n"
return msg
diff --git a/bot/modules/usage.py b/bot/modules/usage.py
index b5790f7e65c..301013ddf60 100644
--- a/bot/modules/usage.py
+++ b/bot/modules/usage.py
@@ -19,7 +19,7 @@ def dyno_usage(update, context):
app = Heroku.app(HEROKU_APP_NAME)
else:
sendMessage(
- "Please insert your Heroku App Name and API Key in Vars",
+ "Please insert your HEROKU_APP_NAME and HEROKU_API_KEY",
context.bot,
update
)
diff --git a/requirements.txt b/requirements.txt
index 267a98232f9..06a72d5410e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,7 +18,7 @@ feedparser
natsort
heroku3
aiohttp
-speedtest-cli>=2.1.2
+speedtest-cli
messages
lxml
telegraph