No description
.forgejo/workflows | ||
.gitignore | ||
estrai.py | ||
example-conf.toml | ||
feed2exec.db | ||
feedforte.ini | ||
lancia.sh | ||
README.md |
rss2gancio
A simple utility to publish to gancio automatically.
It relies on the website having microdata available of the http://schema.org/Event type.
How does it work
The "feed reader" part relies on the wonderful feed2exec
software by anarcat.
The extraction is done using the extruct
python library
publishing is as easy as doing some HTTP request.
How to setup
On debian 12, install dependencies:
apt install feed2exec python3-extruct python3-requests-cache python3-pytz python3-markdown
Run ./lancia.sh
every time you want (a cronjob will do).