rsstail.py icon indicating copy to clipboard operation
rsstail.py copied to clipboard

A command-line syndication feed monitor

Results 8 rsstail.py issues
Sort by recently updated
recently updated
newest added

hi can you help me in my problem? when i added code class Test(models.Model): date = models.DateField() time = models.TimeField(null=True) created = models.DateTimeField(default=datetime) become it! function missing required argument 'year'...

rsstail -dl -U -a -s -n 1 -w "2021/03/20 13:00:00" -u https://feed.com/rss ! ``` Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/feedparser/util.py", line 156, in __getattr__ return self.__getitem__(key) File "/usr/local/lib/python3.7/dist-packages/feedparser/util.py", line...

Hello! Thanks a lot for this tool! I'm testing the tool to use in a bash to post in discord webhooks, but one particular feed didn't load any items: `rsstail...

simple implement to add title filtering function

Could you provide some api for a tool to notify a new feed/rss received?

`feed error 'http://rss.ptt.cc/Lifeismoney.xml':` `:28:2: mismatched tag` sorry about the feed url with chinese content, but the error is about xml tags it is a valid xml through online xml validator...

When you start up a new instance of rsstail with multiple feeds as arguments, it will load those feeds sequentially i.e. it will first show everything from the first feed,...

So I know that a PROPER RSS feed will be sent with Content-type: application/rss+xml However, most server admins don't take the time to make sure their server sends the right...