Kourva / ReelsBot

Instagram Reels Downloader | Just send the URL to bot and it will send the video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReelsBot

Instagram Reels Downloader bot



Installation

  • Clone the repository
git clone https://github.com/Kourva/ReelsBot
  • Navigate to files directory
cd ReelsBot
  • Give Execute permission to main file
chmod +x bot.py
  • Initialize token
echo 'TOKEN=Your token here' > Token.env

Example: echo 'TOKEN=1234567890:AABBCCDDEEFFGGHHIIJJKKLLMMNNOOPPQQR' > Token.env
Or edit Token.env file manually!

  • Install requirements
pip install -r requirements.txt
  • Run the bot using python or open it direclty using ./bot.py
python bot.py

One line command

git clone https://github.com/Kourva/ReelsBot && cd ReelsBot && chmod +x bot.py && pip install -r requirements.txt

You still need to configure your token


Docker installation

You can also install and run your file with docker.
If you don't have Docker installed, you can download and install it from the official Docker website: Docker Installation Guide

  • Clone the repository
git clone https://github.com/Kourva/ReelsBot
  • Navigate to files directory
cd ReelsBot
  • Build the Docker Image
docker build -t your-bot-name .
  • Run your Docker Image
docker run your-bot-name

Note: replace your-bot-name with your suitable name for your bot


Usage

For the usage just send reel URL copied from instagram to bot. Note that some rells can't be downloaded.

You can also host your bot in pythonanywhere for free.



Thank You

Thank 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.

Happy coding!

About

Instagram Reels Downloader | Just send the URL to bot and it will send the video

License:MIT License


Languages

Language:Python 82.7%Language:Dockerfile 17.3%