Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 1.12 KB

README.md

File metadata and controls

63 lines (50 loc) · 1.12 KB

Instagram Media Downloader Bot

What is this repo about?

This is a telegram bot writen in python for downloading media from Instagram.

Features supported:

  • Download Stories
  • Download Media from the feed as a zip file
  • Download IGTV Videos

Upcoming features (TODOs):

  • Add highlights download support

How to deploy?

Installing requirements

  • Clone this repo:
git clone https://github.com/NandiyaLive/xIGDLBot
cd xIGDLBot
  • Install requirements For Debian based distros
sudo apt install python3

For Arch and it's derivatives:

sudo pacman -S docker python

Install Docker by following the official docker docs

Edit bot token

sudo nano bot.py

Get a bot token from @BotFather and paste it inside "".

Deploying

  • Start docker daemon (skip if already running):
sudo dockerd
  • Build Docker image:
sudo docker build . -t xigdlbot
  • Run the image:
sudo docker run xigdlbot

© Neranjana Prasad 2020.