-
Notifications
You must be signed in to change notification settings - Fork 40
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
FR: Add Telegram channels as a source #1250
Comments
Ooh yes, Telegram! I've always seen social networks as a somewhat different use case from messaging though. Technically, sure, you can bridge them, but it seems like bridging Telegram to Matrix, Signal, WhatsApp etc are more natural fits than eg fediverse or Bluesky. Or do I misunderstand Telegram? |
Yes, Telegram channels are a lot closer to social media feeds or blogs than to classic instant messaging. The only real differences are that there's emoji reactions (well, Misskey etc. have those), stickers and optionally a separate discussion group. Telegram also has discovery features, ads (with revenue sharing?), rich reshares, a web view accessible without login and increasing problems with being a misinformation and hate speech hub now, so a good way to look at it is a slimmer Facebook without user pages. (Don't let that last part stop you, just keep in mind you might have to do moderation since it tolerates content that would get someone banned in other places. It's still a really polished general broadcast and marketing platform.) |
Thanks @qazmlp! I'm somewhat familiar with Telegram's moderation challenges, less familiar with the rest. Next question is, is Telegram an open protocol? Or just a service with an API, like eg WhatsApp? I guess I thought it was the latter, but I don't know. My intent with Bridgy Fed is mainly open protocols, not just any service with an API. Bridgy classic does those, but only to/from web, not others. |
https://telegram.org/faq#q-can-i-run-telegram-using-my-own-server:
It's a fully centralised service, possibly with the exception of their cryptocurrency. |
Signal might be easier, as (I could be wrong) they have their own open protocol. |
While Signal is preferable in almost every way, it's equally centralised and each new account requires a distinct phone number. |
Tentatively closing this one, Bridgy Fed is focused on open protocols, not platform APIs. Bridgy classic is maybe closer, but it only does IndieWeb <=> platform APIs, so it wouldn't bridge Telegram to/from fediverse or Bluesky either. Could be an opportunity to build your own bridge! Happy to advise or help if you want to use libraries like arroba or granary! |
Telegram channels conceptually are not that far from RSS feeds, so it might be possible to treat them in a similar fashion.
The text was updated successfully, but these errors were encountered: