Rongronggg9 / RSS-to-Telegram-Bot

A Telegram RSS bot that cares about your reading experience
https://t.me/RSStT_Bot
GNU Affero General Public License v3.0
1.56k stars 277 forks source link

Use Personal Account and not Bot Account Multi Platform #521

Closed weskerty closed 2 months ago

weskerty commented 2 months ago

The question is whether I can easily use a personal account as a bot. Telegram has the limitation that other bots cannot see each other, and with a user account I could bypass that and have projects like Matterbridge forward the RSS to the various platforms.

Rongronggg9 commented 2 months ago

Probably unfeasible. Only bot accounts are able to send messages with inline buttons. Without that, you would be unable to manage your subscriptions.

weskerty commented 2 months ago

unable to manage your subscriptions.

I could clone the database from a working bot. Do you know how to make it use a user account? Or does it require changes to the code?

Rongronggg9 commented 2 months ago

does it require changes to the code?

yes

weskerty commented 2 months ago

yes

An alternative solution is to use a channel and thus you can use RSSTT on multiple platforms.

image image