Code Monkey home page Code Monkey logo

reelsbot's Introduction

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!

reelsbot's People

Contributors

kozyol avatar moca96 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.