Skip to content

📥 Bot for downloading any media from Instagram, Twitter and videos from TikTok and Youtube

License

Notifications You must be signed in to change notification settings

chupapee/social-media-downloader-bot

Repository files navigation

GitHub top language NodeJS Telegram

Examples

Downloading photos, videos, reels, and stories from Instagram Downloading videos and shorts from YouTube Downloading videos from Twitter

Capabilities and Tech Stack

Features Available commands     Technology stack    
▶️ Video downloading from Twitter ▶️ /start to start using the bot ⚙️ Telegraf 4
📹 Video and Shorts downloading from YouTube 🌎 /en to change the language to English 🟩 NodeJS
📸 Downloading photos, videos, reels,
and stories from Instagram in any quantity
🌏 /ru to change the language to Russian 📘 Typescript
🌐 English and Russian localizations

Installation

We advise you to install all dev dependencies locally (linters, etc):

yarn install

Don't forget to create .env (from .env.example).

Run

To run use:

yarn process:start

To stop/delete process use:

yarn process:stop
yarn process:delete

To run the dev version use:

yarn dev