{"id":17017382,"url":"https://github.com/kourva/reelsbot","last_synced_at":"2025-08-12T15:09:21.686Z","repository":{"id":193708841,"uuid":"689350166","full_name":"Kourva/ReelsBot","owner":"Kourva","description":"Instagram Reels Downloader | Just send the URL to bot and it will send the video","archived":false,"fork":false,"pushed_at":"2024-08-28T15:42:07.000Z","size":20,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T09:53:15.842Z","etag":null,"topics":["docker","environment-variables","instagram-bot","instagram-downloader","pytelegrambotapi","python3","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kourva.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,"zenodo":null}},"created_at":"2023-09-09T14:29:15.000Z","updated_at":"2025-03-05T06:37:04.000Z","dependencies_parsed_at":"2023-09-09T15:37:06.079Z","dependency_job_id":"6aac173e-b16b-4767-960b-5c848f73a49d","html_url":"https://github.com/Kourva/ReelsBot","commit_stats":null,"previous_names":["kourva/reelsbot","kozyol/reelsbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kourva/ReelsBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FReelsBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FReelsBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FReelsBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FReelsBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kourva","download_url":"https://codeload.github.com/Kourva/ReelsBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FReelsBot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270082367,"owners_count":24523716,"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-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["docker","environment-variables","instagram-bot","instagram-downloader","pytelegrambotapi","python3","telegram-bot"],"created_at":"2024-10-14T06:36:29.960Z","updated_at":"2025-08-12T15:09:21.644Z","avatar_url":"https://github.com/Kourva.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3 align=left\u003e\n    \u003cimg align=\"left\" src=\"https://www.pngmart.com/files/13/Instagram-Logo-Transparent-Images-PNG.png\" width=120 /\u003e\n    \u003ch3\u003e\u003cb\u003eReelsBot\u003c/b\u003e\u003c/h3\u003e\n    \u003cp\u003eInstagram Reels Downloader bot\u003c/p\u003e\n\u003c/h3\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n# Installation\n+ Clone the repository\n```bash\ngit clone https://github.com/Kourva/ReelsBot\n```\n+ Navigate to files directory\n```bash\ncd ReelsBot\n```\n+ Give Execute permission to main file\n```bash\nchmod +x bot.py\n```\n+ Initialize token\n```bash\necho 'TOKEN=Your token here' \u003e Token.env\n```\n\u003e Example: `echo 'TOKEN=1234567890:AABBCCDDEEFFGGHHIIJJKKLLMMNNOOPPQQR' \u003e Token.env`                                       \n\u003e Or edit Token.env file manually!\n+ Install requirements\n```bash\npip install -r requirements.txt\n```\n+ Run the bot using python or open it direclty using `./bot.py`\n```bash\npython bot.py\n```\n#### One line command\n```bash\ngit clone https://github.com/Kourva/ReelsBot \u0026\u0026 cd ReelsBot \u0026\u0026 chmod +x bot.py \u0026\u0026 pip install -r requirements.txt\n```\n\u003e You still need to configure your **token**\n\n\u003cbr\u003e\n\n# Docker installation\nYou can also install and run your file with docker. \u003cbr\u003e\nIf you don't have Docker installed, you can download and install it from the official Docker website: [Docker Installation Guide](https://docs.docker.com/get-docker/)\n+ Clone the repository\n```bash\ngit clone https://github.com/Kourva/ReelsBot\n```\n+ Navigate to files directory\n```bash\ncd ReelsBot\n``` \n+ Build the Docker Image\n```bash\ndocker build -t your-bot-name .\n```\n+ Run your Docker Image\n```bash\ndocker run your-bot-name\n```\n\u003e Note: replace `your-bot-name` with your suitable name for your bot\n\n\u003cbr\u003e\n\n# Usage\nFor the usage just send reel URL copied from instagram to bot. Note that some rells can't be downloaded.\n\u003e You can also host your bot in [pythonanywhere](https://www.pythonanywhere.com) for free.\n\n\u003cbr\u003e\u003cbr\u003e\n\n# Thank You\nThank you for checking out this repository! Your interest and support are greatly appreciated. If you find this project useful or have any feedback, please feel free to open issues or contribute.\n\u003e Happy coding!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Freelsbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkourva%2Freelsbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Freelsbot/lists"}