Instagram Reels Downloader bot
- 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
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
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
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 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!