Projects
2024

Instagram Downloader Bot

Telegram bot that downloads Instagram videos and reels. Async fetching, per-user rate limiting, and a task queue to absorb spikes.

Year
2024
Focus
Bots

Overview

Paste a link, get the media back. Downloads run async with per-user rate limiting; a task queue keeps the bot responsive when several links arrive at once.

Highlights

Async downloads

Non-blocking fetch keeps the event loop free.

Rate limiting

Per-user throttling protects the bot.

Queue-backed

A task queue absorbs traffic spikes.

Stack

aiogramPythonRedisCelery