Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashvaghela09/insta-saver-bot
Effortlessly download Instagram Reels, posts, and images, along with captions, using this Telegram bot.
https://github.com/akashvaghela09/insta-saver-bot
instagram instagram-bot instagram-downloader instagram-downloader-bot instagram-saver telegram-bot
Last synced: about 6 hours ago
JSON representation
Effortlessly download Instagram Reels, posts, and images, along with captions, using this Telegram bot.
- Host: GitHub
- URL: https://github.com/akashvaghela09/insta-saver-bot
- Owner: akashvaghela09
- Created: 2023-11-29T12:32:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-02T20:45:34.000Z (11 days ago)
- Last Synced: 2025-01-02T21:31:46.462Z (11 days ago)
- Topics: instagram, instagram-bot, instagram-downloader, instagram-downloader-bot, instagram-saver, telegram-bot
- Language: JavaScript
- Homepage:
- Size: 26.9 MB
- Stars: 21
- Watchers: 1
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Insta Saver Bot 🤖
### 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](https://t.me/instaa_saver_bot)### Features
1. **Content Variety:** Download Reels, regular posts, and images from Instagram.
2. **Caption Preservation:** Capture and include original captions with downloaded content.
3. **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
[View the Changelog](CHANGELOG.md)
### How to Set Up Locally
1. **Clone Repository:**
```bash
git clone https://github.com/akashvaghela09/insta-saver-bot.git
```2. **Navigate to Repository:**
```bash
cd insta-saver-bot
```3. **Install Packages:**
```bash
npm i
```4. **Rename and Update Environment File:**
- Duplicate the `example.env` file and rename it to `.env`.
- Update the Telegram token in the `.env` file.### How to Run
1. **Execute Dev Script:**
```bash
npm run dev
```### Contributor
- [Akash Vaghela](https://linkedin.com/in/akashvaghela09/)Feel free to contribute and enhance the functionality of the Insta Saver Bot!