umputun / feed-master

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.
https://feed-master.umputun.dev
MIT License
118 stars 26 forks source link

Replace package 'gopkg.in/tucnak/telebot.v2' -> 'github.com/go-telegram-bot-api/telegram-bot-api' #24

Closed sgaynetdinov closed 4 years ago

sgaynetdinov commented 4 years ago

23

NOTE: In file _example/etc/fm.yml replace telegram_channel_slug to telegram_channel_id (example: telegram_channel: "-1001409915930")

telegram-bot-how-to-get-a-group-chat-id

umputun commented 4 years ago

sorry, I have missed this PR completely. Can you provide more context pls? From this comment I thought it doesn't fix 50M problem. Am I right?

sgaynetdinov commented 4 years ago

sorry, I have missed this PR completely. Can you provide more context pls? From this comment I thought it doesn't fix 50M problem. Am I right?

Am I right? Yes, problem doesn't fix. Load files >50M, this should help: https://habr.com/ru/post/348234/

In this PR https://github.com/radio-t/gitter-rt-bot/pull/5, is implemented this way (https://github.com/radio-t/gitter-rt-bot/pull/5#issuecomment-575923499)?

chuhlomin commented 4 years ago

In this PR radio-t/gitter-rt-bot#5, is implemented this way (radio-t/gitter-rt-bot#5 (comment))?

It's not implemented in any way yet.

paskal commented 4 years ago

@sgaynetdinov as far as I see this change is unnecessary. You're changing one Telegram Bot API library for another when for large files upload we need Telegram API library