{"id":13988727,"url":"https://github.com/X-Gorn/BulkLoader","last_synced_at":"2025-07-22T09:31:26.939Z","repository":{"id":37635721,"uuid":"394784881","full_name":"X-Gorn/BulkLoader","owner":"X-Gorn","description":"Telegram bot to bulk download list of yt-dlp supported link and upload to telegram","archived":false,"fork":false,"pushed_at":"2024-06-08T00:33:58.000Z","size":55,"stargazers_count":75,"open_issues_count":0,"forks_count":132,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-29T07:36:52.582Z","etag":null,"topics":["bot","bulk","bulk-download","docker","dockerfile","heroku","pyrogram","telegram-bot"],"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/X-Gorn.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":"2021-08-10T21:25:23.000Z","updated_at":"2024-11-14T18:09:18.000Z","dependencies_parsed_at":"2024-08-09T13:20:50.500Z","dependency_job_id":null,"html_url":"https://github.com/X-Gorn/BulkLoader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/X-Gorn/BulkLoader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-Gorn%2FBulkLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-Gorn%2FBulkLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-Gorn%2FBulkLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-Gorn%2FBulkLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/X-Gorn","download_url":"https://codeload.github.com/X-Gorn/BulkLoader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-Gorn%2FBulkLoader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266465078,"owners_count":23933058,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","bulk","bulk-download","docker","dockerfile","heroku","pyrogram","telegram-bot"],"created_at":"2024-08-09T13:01:19.795Z","updated_at":"2025-07-22T09:31:26.589Z","avatar_url":"https://github.com/X-Gorn.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"## BulkLoader (Bot)\n\n---\n\nTelegram Bot to Bulk Downloading list of yt-dlp/ffmpeg supported urls and Upload to Telegram.\n\n### Features:\n\n#### Settings\n\n- `/thumbnail`: custom thumbnail. ex: reply to a photo or do `/thumbnail https...jpg`\n- `/caption`: custom thumbnail. ex: `/caption abc`\n\nNote: To clear thumbnail or the caption. do the command without args. ex: `/thumbnail` or `/caption`\n\n#### Upload list of urls (2 methods):\n\n- send links.\n- send txt file with links inside it.\n\n#### Link search method:\n\n- regex link search.\n\nNote: Make sure that each link is separated.\n\n### Supported Links\n\n#### FFMPEG\n\nftp, amqp, rtmp, mmsh, mmst, icecast, rtmpe, rtmps, rtmpt, rtmpte, rtmpts, smb, sftp, rtp, rtsp, sap, sctp, srt, srtp, tcp, tls, udp, unix, zmq.\n\nhttps://www.ffmpeg.org/ffmpeg-protocols.html\n\n#### YT-DLP\n\nhttps://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md\n\n\u003cdetails\u003e\n\u003csummary\u003e\n    \u003cb style=\"font-size: 27px\"\u003e Environments \u003c/b\u003e\n\u003c/summary\u003e\n\u003cbr\u003e\n\n`API_HASH`: Get this from my.telegram.org\n\n`APP_ID`: Get this from my.telegram.org\n\n`BOT_TOKEN`: Get this from @BotFather on Telegram.\n\n`OWNER_ID`: Your Telegram ID.\n\n`DUMP_ID`: Your Telegram Channel/Group ID to Dump the Uploaded Files. let it empty if you don't need it.\n\n`AS_ZIP`: Set this to `True` if you want the bot to zip downloaded files before uploading. Default to `False`\n\n\u003c/details\u003e\n\n## Deployments:\n\n\u003cdetails\u003e\n\u003csummary\u003e\n    \u003cb\u003e Docker \u003c/b\u003e\n\u003c/summary\u003e\n\u003cbr\u003e\n\nInstall Docker\n\n`/bin/bash -c \"$(curl -fsSL https://git.io/JDGfm)\"`\n\nRefresh User State\n\n`sudo su -l $USER`\n\nRun Docker Container\n\n`docker run --name=bulkloader -d -e API_HASH=abc -e APP_ID=123 -e BOT_TOKEN=\"123:abc\" -e OWNER_ID=12345678 -e AS_ZIP=False xgorn/bulkloader:latest`\n\nRestart Docker Container\n\n`docker restart bulkloader`\n\nStop and Remove Docker Container (useful when you want to update the image to the latest and run it again)\n\n```\ndocker stop bulkloader\ndocker rm bulkloader\n```\n\nUpdate Image to Latest\n\n`docker pull xgorn/bulkloader:latest`\n\nRedeploy Docker Container with Latest Image(one command)\n\n`docker stop bulkloader \u0026\u0026 docker rm bulkloader \u0026\u0026 docker pull xgorn/bulkloader:latest \u0026\u0026 docker run --name=bulkloader -d -e API_HASH=abc -e APP_ID=123 -e BOT_TOKEN=\"123:abc\" -e OWNER_ID=12345678 -e AS_ZIP=False xgorn/bulkloader:latest`\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\n    \u003cb\u003e Heroku \u003c/b\u003e\n\u003c/summary\u003e\n\u003cbr\u003e\n\n\u003ca href=\"https://www.heroku.com/deploy\"\u003e\u003cimg src=\"https://www.herokucdn.com/deploy/button.svg\" alt=\"Deploy\"\u003e\u003c/a\u003e\n\n\u003c/details\u003e\n\n## Telegram Support:\n\n[![Group](https://img.shields.io/badge/TG-Group-30302f?style=flat\u0026logo=telegram)](https://t.me/WeebProgrammer)\n\n## Credits, and Thanks to\n\n- [Dan Tès](https://t.me/haskell) for his [Pyrogram Library](https://github.com/pyrogram/pyrogram)\n\n#### LICENSE\n\n- GPLv3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FX-Gorn%2FBulkLoader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FX-Gorn%2FBulkLoader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FX-Gorn%2FBulkLoader/lists"}