tropicoo / yt-dlp-bot

Self-hosted Video Download Telegram Bot 🇺🇦
BSD 3-Clause "New" or "Revised" License
205 stars 71 forks source link

Why pyrogram? #259

Open drizzt opened 5 months ago

drizzt commented 5 months ago

Hi, why are you using pyrogram that is not maintained since a year and it doesn't support catch up (aka you loose messages when the bot is offline)?

tropicoo commented 5 months ago

Hi, Eventually, I will switch to pyrogram fork or Telethon since I need an MTProto client because Bot API allows uploading up to 50MB files while MTProto is up to 2GB.

drizzt commented 5 months ago

yes, I know... well, I currently use a telegram-bot-api locally in order to use 2GB files, but telethon is a good choice