{"id":28716510,"url":"https://github.com/DebNation/link-media-scraper-bot","last_synced_at":"2025-06-15T03:02:05.264Z","repository":{"id":37501034,"uuid":"453737009","full_name":"debnation/link-media-scraper-bot","owner":"debnation","description":"Scraper of  cyberdrop, bunkr, streamtape links, Supports Streamtape uploading, Made Using Pyrogram Framework","archived":true,"fork":false,"pushed_at":"2023-07-26T04:12:18.000Z","size":86,"stargazers_count":43,"open_issues_count":2,"forks_count":26,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T08:02:51.533Z","etag":null,"topics":["bot","bunkr-downloader","cyberdrop-downloader","link-media-grabber-","pyrogram-bot","python3","streamtape-downloader-","streamtape-uploader","termux","tgbot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/debnation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-30T16:39:49.000Z","updated_at":"2025-03-17T05:02:56.000Z","dependencies_parsed_at":"2024-08-04T09:06:54.354Z","dependency_job_id":"0ae570b2-fb32-4ce0-9d6c-b2064798cfa3","html_url":"https://github.com/debnation/link-media-scraper-bot","commit_stats":null,"previous_names":["debnation/link-media-scraper-bot","debxd/link-media-scraper-bot"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/debnation/link-media-scraper-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debnation%2Flink-media-scraper-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debnation%2Flink-media-scraper-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debnation%2Flink-media-scraper-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debnation%2Flink-media-scraper-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debnation","download_url":"https://codeload.github.com/debnation/link-media-scraper-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debnation%2Flink-media-scraper-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259914867,"owners_count":22931323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","bunkr-downloader","cyberdrop-downloader","link-media-grabber-","pyrogram-bot","python3","streamtape-downloader-","streamtape-uploader","termux","tgbot"],"created_at":"2025-06-15T03:01:16.380Z","updated_at":"2025-06-15T03:02:05.215Z","avatar_url":"https://github.com/debnation.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# link-media-scraper-bot\nA Telegram bot that used to download or upload the media contents from cyberdrop, bunkr and streamtape links.\n\n## Simply Deploy on Heroku (Easier Way):\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/DebXD/link-media-scraper-bot)\n## Supported Handlers and Features :\n * `/cyberdrop [link]` For cyberdrop folder/album links \n * `/bunkr [link]` For bunkr folder/album links \n * `/streamdl [link]` For streamtape leeching. see environment variable section before using this command\n *  Send any video to upload it to streamtape. see environment variable section before using ...\n * `/ping` Check latency\n * `/help` To know about commands\n \n\n ## Deploy Locally :\n ### Termux:\n ```\n git clone https://github.com/DebXD/link-media-scraper-bot\n cd link-media-scraper-bot\n ```\n * Install the required libraries :\n ```\n pip3 install wheel\n apt install libxml2 libxslt wget ffmepg\n pip3 install -r requirements.txt\n ```\n * If Pillow Installation Fails on Termux Run this :\n ```\n apt install libjpeg-turbo\n LDFLAGS=\"-L/system/lib64/\" CFLAGS=\"-I/data/data/com.termux/files/usr/include/\" pip install Pillow\n```\n### Linux :\n```\n git clone https://github.com/DebXD/link-media-scraper-bot\n cd link-media-scraper-bot\n pip3 install -r requirements.txt\n ```\n ## Environmet Variables :\n \n * * API ID (Required) :\n Your Telegram account API_ID, Get it from [my.telegram.org](https://my.telegram.org)\n \n * * API HASH (Required) :\n Your Telegram account API_HASH, Get it from [my.telegram.org](https://my.telegram.org)\n \n * * BOT TOKEN (Required) :\n The Token of Your Bot, Get it from [BotFather](https://t.me/BotFather)\n \n * LOG CHAT ID (Optional) :\n Your CHAT_ID where you want to get bot run notification.\n \n * API USERNAME (Optional) :\n Your [streamtape](https://streamtape.com) API USERNAME from account panel to access the streamtape functionalities.\n \n * API PASSWORD (Optional) :\n Your [streamtape](https://streamtape.com) API PASSWORD from account panel to access the streamtape functionalities.\n \n  * HTTP/HTTPS PROXY (Optional) :\n Your [PROXY](https://webshare.io/) Sign Up and get the retotaing proxy if bunkr command(handler) crashes.\n\n ### Usage: \n - Paste these variable in `example.env` and rename it to `.env` afterwards. Do not add inverted comma or quotes.\n \n #### Run:\n```\n$ python3 bot.py\n```\nThat's it.\n* Feel free to report any issues you have faced.\u003cbr\u003e\nThanks for Using.\n_ _ _\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDebNation%2Flink-media-scraper-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDebNation%2Flink-media-scraper-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDebNation%2Flink-media-scraper-bot/lists"}