README.md
February 14, 2025 · View on GitHub
Insta Saver Bot 🤖
Note: the project is no longer supported and the bot is not live at the moment
Description
The Insta Saver Bot is a versatile tool (Telegram bot) designed to simplify the process of downloading Instagram content. Leveraging reverse engineering of Instagram's API, this bot can fetch various types of content, including Reels, regular posts, and images. It not only retrieves the content but also preserves the original captions. Additionally, the bot supports carousal posts with multiple items, enhancing its functionality for a seamless user experience.
Note: This bot is not affiliated with Instagram in any way. It is an independent project developed for educational purposes only.
Bot URL
Try on Telegram: Insta Saver Bot
Features
- Content Variety: Download Reels, regular posts, and images from Instagram.
- Caption Preservation: Capture and include original captions with downloaded content.
- Carousal Support: Seamlessly handle and download multiple items in carousal posts.
Future Scope
- Incorporating support for age-restricted content.
- Implementing user sessions and Instagram account login functionality.
Changelog
How to Set Up Locally
-
Clone Repository:
git clone https://github.com/akashvaghela09/insta-saver-bot.git -
Navigate to Repository:
cd insta-saver-bot -
Install Packages:
npm i -
Rename and Update Environment File:
- Duplicate the
example.envfile and rename it to.env. - Update the Telegram token in the
.envfile.
- Duplicate the
How to Run
- Execute Dev Script:
npm run dev
Contributor
Feel free to contribute and enhance the functionality of the Insta Saver Bot!