dbeley / lpa-table

Linux Phone Apps Table. Alternative front-end for linuxphoneapps.org.

Home Page:https://dbeley.github.io/lpa-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lpa-table

An alternative front-end for the data hosted at LinuxPhoneApps.org.

Usage

git submodule init
git submodule update

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.
  • python lpa_table_export.py: will create export.csv containing F-Droid apps data.
  • python lpa_html_builder.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

Credits

About

Linux Phone Apps Table. Alternative front-end for linuxphoneapps.org.

https://dbeley.github.io/lpa-table/

License:GNU General Public License v3.0


Languages

Language:Python 81.1%Language:HTML 15.9%Language:Nix 3.1%