No Description

thezero 1d0d83b1df don't print token, thanks 3 years ago
src 1d0d83b1df don't print token, thanks 3 years ago
.gitignore 56509dcb0c first commit 3 years ago
Dockerfile 56509dcb0c first commit 3 years ago
LICENSE 56509dcb0c first commit 3 years ago
README.md 56509dcb0c first commit 3 years ago
docker-compose.yml 56509dcb0c first commit 3 years ago
requirements.txt 56509dcb0c first commit 3 years ago

README.md

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: