Skip to content

A simple python telegram bot to download media from Instagram without leaving Telegram.

License

Notifications You must be signed in to change notification settings

NandiyaLive/xIGDLBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple python telegram bot to download media from Instagram without leaving Telegram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published