https://github.com/flipperdevices/flipper-catalog-apps-downloader
https://github.com/flipperdevices/flipper-catalog-apps-downloader
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flipperdevices/flipper-catalog-apps-downloader
- Owner: flipperdevices
- Created: 2024-08-12T13:49:21.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-12T14:07:14.000Z (almost 2 years ago)
- Last Synced: 2025-10-22T16:50:46.511Z (8 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Flipper catalog downloader
# Development
## Requirements
For development:
- Python 3.11
- Poetry
### MacOS
- Python 3.11
- `brew install python@3.11`
- Poetry
- `pip install poetry`
## Running application
Download source code for applications specific sdk
`python main.py --output some_results --api 69.0`
`python main.py --output some_results --api 69.0 --target f7`
`python main.py --output some_results --api 69.0 --target f7 --host http://localhost:8080`