A Telegram bot that used to download or upload the media contents from cyberdrop, bunkr and streamtape links.
/cyberdrop [link]
For cyberdrop folder/album links/bunkr [link]
For bunkr folder/album links/streamdl [link]
For streamtape leeching. see environment variable section before using this command- Send any video to upload it to streamtape. see environment variable section before using ...
/ping
Check latency/help
To know about commands
git clone https://github.com/DebXD/link-media-scraper-bot
cd link-media-scraper-bot
- Install the required libraries :
pip3 install wheel
apt install libxml2 libxslt wget ffmepg
pip3 install -r requirements.txt
- If Pillow Installation Fails on Termux Run this :
apt install libjpeg-turbo
LDFLAGS="-L/system/lib64/" CFLAGS="-I/data/data/com.termux/files/usr/include/" pip install Pillow
git clone https://github.com/DebXD/link-media-scraper-bot
cd link-media-scraper-bot
pip3 install -r requirements.txt
-
- API ID (Required) : Your Telegram account API_ID, Get it from my.telegram.org
-
- API HASH (Required) : Your Telegram account API_HASH, Get it from my.telegram.org
-
- BOT TOKEN (Required) : The Token of Your Bot, Get it from BotFather
-
LOG CHAT ID (Optional) : Your CHAT_ID where you want to get bot run notification.
-
API USERNAME (Optional) : Your streamtape API USERNAME from account panel to access the streamtape functionalities.
-
API PASSWORD (Optional) : Your streamtape API PASSWORD from account panel to access the streamtape functionalities.
-
HTTP/HTTPS PROXY (Optional) : Your PROXY Sign Up and get the retotaing proxy if bunkr command(handler) crashes.
- Paste these variable in
example.env
and rename it to.env
afterwards. Do not add inverted comma or quotes.
$ python3 bot.py
That's it.
- Feel free to report any issues you have faced.
Thanks for Using.