Commit graph

13 commits

Author SHA1 Message Date
Alexandre Dulaunoy 502018fcbb
chg: [rssmerge] Markdown output improved and code clean-up 2024-03-09 18:22:30 +01:00
Alexandre Dulaunoy 4f26394692
chg: [rssfind] added a brute-force mode -b to discover potential feed source 2024-03-04 11:14:28 +01:00
Alexandre Dulaunoy 149c6b4489
chg: [rssfind] set coherent User-Agent headers 2024-03-03 22:07:18 +01:00
Alexandre Dulaunoy 848b96a03c
new: [rssfind.py] a simple script to discover RSS/Atom feeds from an URL 2024-03-03 21:49:55 +01:00
Alexandre Dulaunoy 581a86c3d4
chg: [tools] Common User-Agent string 2024-02-11 16:32:40 +01:00
Alexandre Dulaunoy db022e4204
chg: [rsscount] make rsscount.py enter the modern world with Python 3 2024-02-11 13:29:51 +01:00
Alexandre Dulaunoy a8e68ea93a
fix: [rssdir] made a clearer message for the missing directory 2024-02-11 13:16:55 +01:00
Alexandre Dulaunoy 93ced8398e
chg: [rssdir] Make rssdir work in the modern world - move to Python 3 2024-02-11 13:15:23 +01:00
Alexandre Dulaunoy a903325ec4
fix: [rssmerge] debug removed 2024-02-11 11:56:03 +01:00
Alexandre Dulaunoy 85381a7673
fix: [rssmerge] Improved the summary text when it's coming from RSS feed
without Title

- Title is built from the summary text and the HTML code is removed
- An option has been added to set the limit of the summary
2024-02-11 11:54:31 +01:00
Alexandre Dulaunoy 659d74535e
chg: [rssmerge] Convert very old script (17 years old ;-) to Python 3
- Add a very basic Markdow list output
- Fix RSS feed with no `modified` time
2024-02-11 11:17:49 +01:00
Alexandre Dulaunoy 54a82c0ce9
chg: [rsscluster] Python2 to Python3 + updates
- Trying to resurect old script to merge rss
- Testing with Mastodon rss feed (which doesn't contain title) -> https://github.com/mastodon/mastodon/issues/18553
  - Maybe a need to remove completely the title (it seems an RSS feed
  can work without `title` field)
- Fixing some random bugs in this 11 years old code
2024-02-11 10:49:20 +01:00
Alexandre Dulaunoy fe766ccbbc Initial rss-tools crappy code from 2007 imported. 2013-04-14 14:05:30 +02:00