https://github.com/WillyJL/InstaDownloader
📸 Instagram bot that replies with direct links to the post media
https://github.com/WillyJL/InstaDownloader
bot dms downloader in-portfolio instagram instagram-bot instagram-dm instagram-download instaloader photo python stories video
Last synced: about 1 month ago
JSON representation
📸 Instagram bot that replies with direct links to the post media
- Host: GitHub
- URL: https://github.com/WillyJL/InstaDownloader
- Owner: WillyJL
- License: gpl-3.0
- Archived: true
- Created: 2020-11-23T17:23:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T20:44:34.000Z (over 3 years ago)
- Last Synced: 2025-05-05T04:36:27.361Z (about 1 month ago)
- Topics: bot, dms, downloader, in-portfolio, instagram, instagram-bot, instagram-dm, instagram-download, instaloader, photo, python, stories, video
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 21
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InstaDownloader
An Instagram bot that replies to DMs with direct links to the downloadable mediaCode behind [`_insta.downloader_`](https://www.instagram.com/_insta.downloader_/)
### Supported media types
- Posts (photo, video and slides)
- Stories (photo and video)
- Reels
- IGTVs
- Profiles (user icon)The bot will reply anyway even if the media isn't supported
## How to use
### Users
Just send posts, stories, or any other supported media type by DM to [`_insta.downloader_`](https://www.instagram.com/_insta.downloader_/)### Set up
- Clone the repo
- Install requirements (`pip install -r requirements.txt`)
- Edit `creds.json` with valid credentials to your bot account
- Edit `config.json` to your liking (I suggest you only change `inbox_refresh_delay`, `inbox_limit`, `admin_usernames` and `admin_command_prefix`)
- Run `main.py` with Python## Requirements
- [Python 3.8](https://www.python.org/downloads/)
- requests (`pip install requests`)
- urllib3 (`pip install urllib3`)## Credits:
Huge thanks to [Instaloader](https://github.com/instaloader/instaloader), I did get a big chunk of the auth from there.