Closed DrNion closed 2 years ago
Right now this is not possible, I made the script for my own use only and this was not in the scope, but what you could do is just run multiple instances of the script using different. chatID-s, but that would probably require multiple bots to work.
To implement this on the code we would need to save the RSS feeds separately for each chatID, and maybe implement a queue system for fetching items.
Try: https://github.com/Rongronggg9/RSS-to-Telegram-Bot
Disclaimer: The project had been formerly a fork of this project, but since it aims differently, I detached it.
Great work @Rongronggg9 but could you reference the original project in your repo as the license states? I will probably look into this issue soon
Great work @Rongronggg9 but could you reference the original project in your repo as the license states? I will probably look into this issue soon
Sure.
There is some support for this in the develop branch for now, but @Rongronggg9 -s implementation is more polished 🌟
Is it possible to add multiple chatIDs in order to separate the RSS feeds into different groups (for me it would be general RSS with YouTube)? Coping the Git folder didn't work for me (changed the name of the folder and the telegramRSSbot.py script though which might caused the problem). A solution I had in my mind: dumping all chatIDs into the script and choosing later in the telegram app during the /add procedure one of those IDs. I'm not a developer so I cannot talk about practical details :)