ReelsFetch is a Telegram bot that allows users to download Instagram video reels by simply sending a link. Built using Node.js and the node-telegram-bot-api library, it fetches the video using an API and returns the video directly in the chat.
- 🎥 Download public Instagram videos (reels or posts)
- ⚡ Fast and lightweight
- 🤖 Telegram bot integration
Try it on Telegram: @ReelFetchBot
git clone https://github.com/Keeththi2003/ReelsFetch.git
cd ReelsFetchnpm installCreate a .env file in the root of the project and add:
BOT_TOKEN=your_telegram_bot_token_here
API_BASE_URL=https://your-api-url/igdlnode index.jscd api
node bot.jsIf you like this project, feel free to ⭐ the repo and share it! Feedback and contributions are welcome!