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.
Try on Telegram: Insta Saver Bot
- 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.
- Incorporating support for age-restricted content.
- Implementing user sessions and Instagram account login functionality.
-
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.env
file and rename it to.env
. - Update the Telegram token in the
.env
file.
- Duplicate the
- Execute Dev Script:
npm run dev
Feel free to contribute and enhance the functionality of the Insta Saver Bot!