This is a Telegram bot built with Node.js that helps users download media (videos, images, etc.) from various social platforms. Simply send a link to the bot, and it will fetch the media for you!
✅ Download videos & images from supported platforms
✅ Fast and reliable processing
✅ Simple and easy-to-use commands
✅ Free to use
- Open the bot on Telegram
- Send a media URL (e.g., TikTok, Instagram, etc.)
- Receive the downloaded media instantly!
👉 Try it now: @SocialMediaGrabberBot
Happy downloading! 🚀
- Node.js v18 and above
- NPM v8 and above
-
Clone the repo:
git clone https://github.com/GeekyGeeky/social-media-grabber-bot.git cd social-media-grabber-bot
-
Install dependencies:
npm install
-
Set up your environment variables (
.env
file):BOT_TOKEN=your-telegram-bot-token APP_URL=''
-
Run the bot:
npm run dev