Go to file
2020-11-25 22:40:41 +01:00
src first commit 2020-11-25 22:40:41 +01:00
.gitignore first commit 2020-11-25 22:40:41 +01:00
docker-compose.yml first commit 2020-11-25 22:40:41 +01:00
Dockerfile first commit 2020-11-25 22:40:41 +01:00
LICENSE first commit 2020-11-25 22:40:41 +01:00
README.md first commit 2020-11-25 22:40:41 +01:00
requirements.txt first commit 2020-11-25 22:40:41 +01:00

telegram-bot-youtube-downloader

Set in your environment the following variables:

  • BOT_TOKEN telegram token for your bot
  • CONF_FOLDER conf folder with the gplaycli.conf file and the token.cache file

Usage:

  • Send link of android app or package name to the bot
  • The bot will download the APK and send it
    • If the APK is larger than 50MB, it is split into smaller parts, which then need to be concatenated (in linux: cat file.apk* > file.apk)

This script require:

Alternatively, use docker/docker-compose

Tips: