Skip to content

La-Forge/bpi-to-rss

Repository files navigation

bpi-to-rss

installation

  1. clone the git repository
git clone [email protected]:La-Forge/bpi-to-rss.git
  1. create a virtual env and install the libs
python -m  venv .venv && source .venv/bin/activate 
pip install --upgrade pip # if necessary
pip install -r requirements.txt

launch the web service

Either launch it manually:

python3 generate_feeds.py
python3 serve_feeds.py 8000

or use the generate_feeds.sh script to generate the feeds every hour, which can be put in a crontab if necessary : 0 * * * * {path_to_file}

sh ./generate_feeds.sh
sh ./start_service.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •