A Telegram bot that allows users to download Instagram videos and photos by providing a public Instagram URL. It supports posts, reels, and IGTV videos.
- Download Instagram videos and photos.
- Supports Instagram posts, reels, and IGTV videos.
- Simple and easy to use.
- Powered by @Instasave_downloader_bot.
- Start the bot by searching for @Instasave_downloader_bot on Telegram.
- Send the bot a public Instagram link (post, reel, or IGTV).
- The bot will process the request and send you the video or photo in a few seconds.
- The bot adds a caption with a link to the bot for sharing.
- Send a link like this:
https://www.instagram.com/p/B4zvXCIlNTw/
- The bot will reply with the media (either video or photo).
- Python 3.x
- Libraries:
python-telegram-bot
instaloader
requests
python-dotenv
You can install the required libraries using pip
:
pip install python-telegram-bot instaloader requests python-dotenv
- Clone this repository:
git clone https://github.com/melibayev/instagram-downloader-bot.git
- Create a .env file in the project directory and add your Telegram bot token:
- TELEGRAM_BOT_TOKEN=your_telegram_bot_token
- Run the bot:
python bot.py
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.