Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to publish to telegram #13

Closed
umputun opened this issue Nov 8, 2019 · 4 comments · Fixed by #15
Closed

Add ability to publish to telegram #13

umputun opened this issue Nov 8, 2019 · 4 comments · Fixed by #15

Comments

@umputun
Copy link
Owner

umputun commented Nov 8, 2019

The idea is to use telegram as an optional destination for any given feed.

@umputun
Copy link
Owner Author

umputun commented Nov 8, 2019

note: https://core.telegram.org/bots/api#sendaudio

An audio file is limited to 50M. There are a few ways to deal with this:

  • detect file size and if above 50m post a link
  • always publish links (to mp3) only
  • figure a way to publish large files directly to telegram and link them

@imaxmelnyk
Copy link

I see this as a telegram bot subscribes for RSS feed and post it to the channel, there are tons of such bots tho.. Am I wrong? What do you have in mind?

@umputun
Copy link
Owner Author

umputun commented Nov 9, 2019

Am I wrong? What do you have in mind?

I have in mind not just publishing RSS item but retrieving an enclosed file and publishing mp3 to telegram as well, if possible. I think my comment above describes it clear enough.

@sgaynetdinov
Copy link
Contributor

sgaynetdinov commented Nov 12, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants