dbeley / firefox-addons-table

Website to display Firefox addons available through the NUR repository

Home Page:https://dbeley.github.io/firefox-addons-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firefox-addons-table

Display available firefox add-ons in a easy-to-use and beautiful table.

Usage

The data should be re-generated every monday.

If you want to manually create an export:

  • Copy .env.example to .env and fill it with your own tokens.
  • ./update-addons-list.sh: will export the latest list of Firefox add-ons from the NUR (https://gitlab.com/rycee/nur-expressions/-/tree/master/pkgs/firefox-addons)
  • python table_export.py: will create export.csv containing F-Droid apps data.
  • python template_export.py: will create docs/index.html with export.csv and template.html.

External data

  • Github: number of stars, last repo update
  • Gitlab (gitlab.com, invent.kde.org instances): number of stars, last repo update
  • Other Gitlab instances: number of stars
  • Codeberg: number of stars, last repo update
  • SourceHunt: last repo update

About

Website to display Firefox addons available through the NUR repository

https://dbeley.github.io/firefox-addons-table/

License:GNU General Public License v3.0


Languages

Language:Python 82.3%Language:HTML 14.1%Language:Nix 2.5%Language:Shell 1.1%