BoKKeR / RSS-to-Telegram-Bot

RSS to Telegram python script
http://t.me/rss_t_bot
GNU General Public License v3.0
260 stars 102 forks source link

Need a command to dump all previous rss posts for first time setup #3

Closed amosbird closed 2 years ago

amosbird commented 5 years ago

Hi, I'm building an telegram-rss channel and it seems reasonable to have all previous messages of a rss feed posted to the channel at the first time. What do you think?

BoKKeR commented 5 years ago

This could be an additional feature. Separate command like /getall that would get all the RSS feed items and organize them based on time before printing the items out.

You can implement this feature and do a PR.

alfonder commented 2 years ago

For implementing this feature it needs to solve the 'known issue' first. I'm talking about the bug, that only 1 last item is posted even when there are several new ones.

BoKKeR commented 2 years ago

As there is not a lot of interest for this I am closing this. A limited implementation without rss-pagination support can be added fairly fast if there is interest