A powerful Telegram bot to scrape high-quality OTT posters (movies, series, and seasons) from
🎬 Prime Video, 📺 ZEE5, 📡 AirtelXstream, AppleTV+, 📹 YouTube, and 📁 GDFlix/HubCloud/GDLink downloaders, and auto-post them to your Telegram channel — with just a link or command.
⚡ Built with Pyrogram, MongoDB & BeautifulSoup
🚀 Maintained by @PBX1_BOTS × HG BOTZ
- 🖼️ Poster extraction from:
- 🎬 Prime Video (Movies & Series)
- 📺 ZEE5
- 📡 AirtelXstream
- 📹 YouTube (auto-thumbnail fetch from videos)
- 📁 File Link Extraction from:
- 🌐 GDFlix / GDLink
- 🗃️ HubCloud (bypass redirects like gamerxyt.com)
- 🔍 SkyMoviesHD (via movie name)
- 📰 Cinevood-style HTML (raw HTML link parsing)
- 🎯 Season-specific poster support (
/poster s01 <link>) - 🔗 Auto-post to Telegram channel via
/post <link> - 🔍 Prime Video search via
/search <title> - 🔐 MongoDB-based user authorization
- 📊 Admin-only usage stats
- 📤 ImgBB integration for fast poster hosting
- 💨 Deployable to Heroku, Railway, Render, Docker, Replit, Glitch, Fly.io
| Command | Description |
|---|---|
/start |
Start the bot |
/help |
Show available commands |
/prime <link> |
Get Prime Video poster |
/zee5 <link> |
Get ZEE5 poster |
/airtel <link> |
Get AirtelXstream poster |
/yt <youtube_link> |
Get YouTube video poster (thumbnail) |
/poster s01 <link> |
Fetch specific season poster |
/post <link> |
Auto-post any OTT or YouTube poster |
/search <title> |
Prime Video title search |
/appletv <link> |
Get AppleTv+ Poster |
/scrape <link> |
Extract direct download links from GDFlix / GDLink / HubCloud |
/sky <title> |
Search SkyMoviesHD by name and extract links |
/cine <html_url> |
Extract cloud links from raw CineHub-style HTML |
/authorize <user_id> |
➕ (Admin) Authorize a user |
/unauthorize <id> |
➖ (Admin) Revoke access |
/authlist |
List of authorized users |
/stats |
Show usage stats (Admin only) |
Use the /scrape <link> command to extract all actual download links from:
https://gdlink.dev/...https://gdflix/...https://hubcloud.one/...https://gamerxyt.com/games/...https://vifix.site/...
- Direct cloud buttons:
INSTANT DL,CLOUD DOWNLOAD,DRIVEBOT,TELEGRAM FILE,LOGIN TO DL - Fast cloud redirects: Follows
FAST CLOUD→XFile→CLOUD RESUME DOWNLOAD - Mirror hosts:
- 🗂 GOFILE
- 🌀 PIXELDRAIN
- ⚡ R2.dev, hubcdn, etc.
📁 Title
🎥 Movie.Name.2024.1080p.WEB-DL
📦 Size :- 1.2GB
☁️ CLOUD DOWNLOAD : Click Here
⚡ INSTANT DL : Click Here
🗂 GOFILE : Click Here
🌀 PIXELDRAIN : Click Here
━━━━━━━━━━━━━━━━━━
⚡ Powered By @PBX1_BOTS 🚀
heroku buildpacks:add heroku/python
heroku buildpacks:add https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.gitGo to railway.app
Create new project → GitHub repo
Add ENV variables and deploy
Visit render.com
New Web Service → Connect GitHub
Set start command: python3 bot.py
Add ENV vars and deploy
git clone https://github.com/yourusername/ott-posterbot
cd ott-posterbot
docker build -t posterbot .
docker run -d \
-e API_ID=... \
-e API_HASH=... \
-e BOT_TOKEN=... \
-e MONGO_URL=... \
-e CHANNEL_ID=... \
posterbot
pyrogram
tgcrypto
pymongo
requests
beautifulsoup4
python-dotenv