Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dbeley/lpa-table
- Owner: dbeley
- License: gpl-3.0
- Created: 2023-08-25T22:55:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T02:38:29.000Z (9 months ago)
- Last Synced: 2024-04-08T03:38:43.474Z (9 months ago)
- Topics: linux-mobile, mobian, pinephone, postmarketos
- Language: Python
- Homepage: https://dbeley.github.io/lpa-table/
- Size: 206 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)