This is a telegram bot writen in python for downloading media from Instagram.
- Download Stories
- Download Media from the feed as a zip file
- Download IGTV Videos
- Add highlights download support
- 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
sudo nano bot.py
Get a bot token from @BotFather and paste it inside "".
- 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.