Skip to content

Read some RSS feeds, output item titles, dates and URLs to text. Use it in crontab or pipe output to more or less.

License

Notifications You must be signed in to change notification settings

monotropos/feeds2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feeds2txt.py

What is it?

Read some RSS feeds, output item titles, dates and URLs to text.
Use it in crontab or pipe output to more or less.

TODO

  • ...

Required Python modules

  • configparser
  • datetime
  • dateutil
  • feedparser
  • sys

History

  • 2021-03-24: Initial release
  • 2021-03-26: Upload to github
  • 2021-04-01: Read feeds and parameters from .ini file
  • 2021-04-01: Read .ini file name as argument
  • 2021-04-04: Add lastseen option to avoid redisplaying already seen RSS items
  • 2021-06-08: Add line dividers between feeds, like "NN = --", where NN is any text

vim:ft=markdown

About

Read some RSS feeds, output item titles, dates and URLs to text. Use it in crontab or pipe output to more or less.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages