A delicious dashboard for YunoHost stuff
Find a file
2017-03-11 23:09:59 -05:00
data Moving json from API to dedicated folder 2017-03-08 09:21:43 -05:00
www 'Work needed' now gives a small priority malus 2017-03-11 23:09:59 -05:00
.gitignore Using a configuration file to list repos 2017-03-08 10:56:24 -05:00
analyze.py 'Work needed' now gives a small priority malus 2017-03-11 23:09:59 -05:00
fetch.py Using a configuration file to list repos 2017-03-08 10:56:24 -05:00
publish.py Display correct number of active PRs 2017-03-08 11:31:22 -05:00
README.md [doc] add missing dependancy 2017-03-11 00:23:36 +01:00
repos.json Using a configuration file to list repos 2017-03-08 10:56:24 -05:00

Tartiflette

A quick and dirty PR dashboard for yunohost's repos

Install

apt install -y python3-pip
pip3 install ansi2html jinja2
  • Make your web browser serve www/index.html

Usage

./fetch.py
./analyze.py
./publish.py
  • Edit repos.json if needed
  • Don't know the number of API calls someone is allowed to do, so limit the call to fetch.py :/
  • HTML template is pretty dirty so far and should be cleaned