Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuchscrafter/skypy
API Wrapper to connect to the Hypixel Skyblock API
https://github.com/fuchscrafter/skypy
api-wrapper hypixel hypixel-api minecraft pypi-package python-package python3 skyblock skyblock-api
Last synced: about 1 month ago
JSON representation
API Wrapper to connect to the Hypixel Skyblock API
- Host: GitHub
- URL: https://github.com/fuchscrafter/skypy
- Owner: FuchsCrafter
- License: gpl-2.0
- Created: 2021-09-20T17:29:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T13:53:44.000Z (9 months ago)
- Last Synced: 2024-10-18T13:16:13.411Z (3 months ago)
- Topics: api-wrapper, hypixel, hypixel-api, minecraft, pypi-package, python-package, python3, skyblock, skyblock-api
- Language: Python
- Homepage: https://fuchscrafter.github.io/skypy
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skypy-api
**Python wrapper module to connect to the Hypixel Skyblock API.**## Introduction
skypy-api is a python modue which makes working with Hypixels SkyBlock API much easier.To get started, you need to install the module first using
```
python3 -m pip install skypy-api
```
Then you can import the module by using
```python
import skypy
skpyapi = skypy.skypy("API-KEY")
```
Info on how to abtain an API key is avaiable on the [wiki](https://github.com/FuchsCrafter/skypy/wiki#getting-an-api-key).*To get full info on how to get started, head over to the [quickstart page](https://fuchscrafter.github.io/skypy/quickstart).*
## Documentation
You can find the documentation in the [GitHub wiki](https://github.com/FuchsCrafter/skypy/wiki).## Examples
You can find the work-in-progress example page [Here](https://fuchscrafter.github.io/skypy/examples/).***
*skypy-api is maintained by [FuchsCrafter](https://github.com/FuchsCrafter)*