A lightweight, high-performance Telegram bot for searching torrents, movies, music, anime, and more with beautiful UI/UX!
Developers: @MrAbhi2k3, @PredatorHackerzz
- π₯ Multi-Source Torrent Search - PirateBay, 1337x, YTS, Nyaa.si with magnet links
- π¬ Movie & TV Search - TMDB integration with online streaming embeds
- π΅ Music Search - JioSaavn integration, songs, artists, albums
- π Anime Database - Jikan API with complete series information
- π± TikTok & YouTube - Video search and downloads
- π User Tracking - Search history, statistics, activity logging
- π·οΈ Advanced Filtering - Quality (1080p, 720p), language, genre filters
- β‘ Lightning Fast - Async API calls, global configuration, optimized responses
- π¨ Beautiful UI - Inline buttons with professional design
- Get Telegram API: https://my.telegram.org/
- Create bot with @BotFather: Get BOT_TOKEN
- (Optional) Get TMDB API: https://www.themoviedb.org/settings/api
# Clone
git clone https://github.com/PredatorHackerzZ/MultiSearchBot.git
cd MultiSearchBot
# Install (Windows: use install.bat)
bash install.sh
# Configure
nano .env
# Run
python main.py| Document | Purpose |
|---|---|
| USER_MANUAL.md | Complete guide with 300+ lines - All commands, filters, features |
| QUICK_REFERENCE.md | Cheat sheet - Common commands & examples |
| README_SETUP.md | Installation & features overview |
| DEPLOYMENT.md | Deploy to Heroku, Docker, VPS, Railway, Replit |
Type in any Telegram chat:
@MultiSearchXBot !movie avengers 1080p
@MultiSearchXBot !pb ubuntu iso
@MultiSearchXBot !music imagine dragons
@MultiSearchXBot !anime naruto english
In bot private chat:
/start - Start bot
/help - Full help
/stats - Bot statistics
/my_searches - Your history
!movie [name] Search movies + streaming links
!anime [name] Anime series info
!tmdb [name] Detailed movie info
!pb [name] PirateBay torrents
!1337x [name] 1337x torrents
!yts [name] YTS movie torrents
!nyaa [name] Nyaa anime torrents
!music [song] Search songs
!artist [name] Find artists
!album [name] Album tracks
!tiktok [query] TikTok videos
!youtube [query] YouTube videos
1080p, 720p, 480p, 4K, HD
ENGLISH, HINDI, TAMIL, DUBBED, SUBTITLED
ACTION, COMEDY, THRILLER, HORROR, ROMANCE, DRAMA
LATEST, POPULAR, NEW, CLASSIC
@bot !movie avengers 1080p english latest
@bot !pb ubuntu 1080p popular
@bot !music hindi songs new
| Feature | API | Status |
|---|---|---|
| Torrents | Magnetz (PirateBay) | β Working |
| Torrents | 1337x | β Working |
| Movies | YTS | β Working |
| Anime | Nyaa.si | β Working |
| Anime | Jikan | β Working |
| Movies | TMDB | β Configured |
| Music | JioSaavn | β Working |
| Streaming | VidFast | β Embeds |
| Streaming | VidLink | β Embeds |
| Video | TikTok | β Working |
All APIs and settings use global variables in configs.py. Set via .env file:
API_ID=123456789
API_HASH=your_api_hash
BOT_TOKEN=your_bot_token
TMDB_API_KEY=your_tmdb_key
OWNER_ID=0
FORCE_SUB_CHANNEL=
SUPPORT_GROUP=
UPDATE_CHANNEL=python3 main.pydocker build -t multisearch-bot .
docker run -e BOT_TOKEN=xxx -e API_ID=xxx multisearch-botSee DEPLOYMENT.md for detailed guides
python3 test_apis.py| Category | Commands |
|---|---|
| Direct | /start, /help, /about, /stats, /start_track |
| Torrents | !pb, !1337x, !yts, !nyaa |
| Movies | !movie, !anime, !tmdb |
| Music | !music, !artist, !album |
| Video | !tiktok, !youtube |
| Platform | Link |
|---|---|
| GitHub | https://github.com/PredatorHackerzZ/MultiSearchBot |
| Telegram Bot | @MultiSearchXBot |
| Support Group | @TeleRoid14 |
| Updates Channel | @TeleRoidGroup |
Developers:
π Read USER_MANUAL.md β β‘ QUICK_REFERENCE.md β π’ DEPLOYMENT.md
Made with β€οΈ for the Telegram community