fprss/README.md
Lucidiot 33c206294c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Add the good old badge
2021-07-24 18:11:22 +02:00

22 lines
616 B
Markdown

<h1 align="center">fprss</h1>
[![Build Status](https://drone.tildegit.org/api/badges/lucidiot/fprss/status.svg)](https://drone.tildegit.org/lucidiot/fprss)
A simple script to make a `#fridaypostcard` RSS feed.
## Dependencies
* Python 3.6+
* [xmltodict](https://github.com/martinblech/xmltodict)
* [requests](https://requests.readthedocs.io/en/master/)
## Usage
Run [`fprss.py`](fprss.py) to build the #fridaypostcard RSS feed.
You can add this script to CRON to build the feeds regularly; here is what I use to generate every hour on Friday:
```
* */1 * * 5 nice -n 19 /home/lucidiot/dev/fprss/fprss.py
```