https://github.com/coolcat467/mineos-market-client
Python Client for MineOS Marketplace
https://github.com/coolcat467/mineos-market-client
api app-market minecraft mineos php-interface
Last synced: 3 months ago
JSON representation
Python Client for MineOS Marketplace
- Host: GitHub
- URL: https://github.com/coolcat467/mineos-market-client
- Owner: CoolCat467
- License: gpl-3.0
- Created: 2024-02-02T03:20:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-01T02:06:37.000Z (4 months ago)
- Last Synced: 2026-03-01T05:53:36.754Z (4 months ago)
- Topics: api, app-market, minecraft, mineos, php-interface
- Language: Python
- Homepage:
- Size: 501 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MineOS-Market-Client
Python Client for MineOS App Market
[](https://github.com/CoolCat467/MineOS-Market-Client/actions/workflows/ci.yml)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/psf/black)
## Description
Python re-implementation of the client side of the MineOS App Market API
## Installation
Ensure Python 3 is installed on your computer, and use pip to
install this project with the command listed below:
```bash
pip install git+https://github.com/CoolCat467/MineOS-Market-Client.git
```
## Usage
See the `examples` directory and run `help(market_api)`.