rclement / feedit

Generate static RSS/Atom feeds for websites without it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedit

Generate static RSS/Atom feeds for websites without it. "Just feed-it!"

CI/CD Schedule

Feeds are updated daily and hosted statically on GitHub Pages.

Website RSS Atom
URSSAF Link Link
URSSAF Autoentrepreneur Link Link

Usage

python -m feedit.main fetch --output feeds

Development

Python environment

pipenv install -d
pipenv run inv qa

VSCode

If using VSCode, use the following configuration in .vscode/launch.json:

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Python: Module",
      "type": "python",
      "request": "launch",
      "module": "feedit.main",
      "args": ["fetch", "--output", "feeds"],
      "justMyCode": false
    },
    {
      "name": "tests",
      "type": "python",
      "request": "test",
      "justMyCode": false,
      "env": {
        "CI": "false"
      }
    }
  ]
}

Inspiration

License

Licensed under GNU Affero General Public License v3.0 (AGPLv3)

Copyright (c) 2022 - present Romain Clement

About

Generate static RSS/Atom feeds for websites without it

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%