RSS Feed generator for 1000PS Testberichte https://www.1000ps.de/motorrad-testberichte
A version that is updated every 6 hours is hosted here: https://riotcoding.com/feeds/1000ps.rss
Note
Runs on Python 3.9+ to maximize compatibility with most Raspberry Pis.
Clone/download this repository and install the dependencies using:
pip install -r requirements.txtTo run the script every 6 hours, you can set up a cron job. Open your crontab with the following command:
crontab -eThen add the following line:
0 */6 * * * /path/to/python /path/to/main.pyImportant
If you are using a virtual environment, make sure to specify the path to the Python interpreter in your virtual environment.
Note
If FTP_HOST is not configured, upload is skipped.
FTP_PATH is optional
Create a .env file in the root directory with the following content:
FTP_HOST = ftp-host
FTP_USER = username
FTP_PASS = password
FTP_PATH = target-path
This project is not affiliated with 1000PS. The RSS feed is generated from publicly available information on their website.