roaldarbol / journal-rss

A FastAPI web server for creating RSS feeds for scholarly journals with the magic of adversarial interoperability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

journal-rss

A FastAPI web server for creating RSS feeds for scholarly journals with the magic of adversarial interoperability

Many journals still have RSS feeds. Some don't though, as they try and squeeze everyone onto their platforms to monetize our engagement data.

This is a simple web app for creating RSS feeds for journals by collecting metadata from crossref. Dependencies are kept minimal, as is deployment - No webpack, no complex build, no postgres, just pip install and press play :).

progress

API:

  • Query Crossref for journal
  • Write journal metadata to db
  • Paginate papers by journal
  • Store papers in db
  • Populate papers when feed created
  • Create RSS feed from papers by issn
  • Cache RSS feeds
  • Scheduled update of feed metadata

Frontend

  • Search for journal
  • Display list of journals
  • Pages for each journal
  • Create new feed button
  • Copy feed link
  • Export feeds

Credits

About

A FastAPI web server for creating RSS feeds for scholarly journals with the magic of adversarial interoperability

License:GNU General Public License v3.0


Languages

Language:Python 89.2%Language:HTML 9.9%Language:CSS 0.9%