Skip to content

This bot can help you to download media from Instagram without leaving Telegram.

License

Notifications You must be signed in to change notification settings

PhysicHybridTG/xIGDLBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 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

This bot can help you to download media from Instagram without leaving Telegram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Dockerfile 1.0%