maximum syndication: turns a list of RSS feeds in to HUGO posts. Allows lumbung-interlokal members to post from their own blog/website to lumbung.space
Go to file
2021-08-24 19:53:40 +02:00
.gitignore gitignore 2021-08-18 21:57:36 +02:00
feeds_list.txt rm wrong feed 2021-08-24 19:53:40 +02:00
post_template.md fix #1 2021-08-24 19:35:29 +02:00
README.md Update 'README.md' 2021-08-18 21:48:04 +02:00
rss_aggregator.py first prototype RSS aggregator 2021-08-18 21:41:38 +02:00

lumbung feed aggregator

  • Grab feeds listed in feeds_list.txt
  • Parse feed for blogpost entries
    • Download images linked in blogposts
  • Turn blogpost entries into HUGO posts

TODO/FIXME

  • only include posts with a certain tag
  • way to update posts
  • way to delete posts