Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Linux Phone Apps Table. Alternative front-end for linuxphoneapps.org.
https://github.com/dbeley/lpa-table

linux-mobile mobian pinephone postmarketos

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# lpa-table

An alternative front-end for the data hosted at [LinuxPhoneApps.org](https://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

- [https://linuxphoneapps.org/](https://framagit.org/linuxphoneapps/linuxphoneapps.frama.io)