https://gitlab.com/Snuggle/hypixel.py
This is a simple, unofficial library for getting values from the public Hypixel-API in Python.
https://gitlab.com/Snuggle/hypixel.py
hypixel hypixel-api hypixelapi python python-library python3
Last synced: 30 days ago
JSON representation
This is a simple, unofficial library for getting values from the public Hypixel-API in Python.
- Host: gitlab.com
- URL: https://gitlab.com/Snuggle/hypixel.py
- Owner: Snuggle
- License: mit
- Created: 2018-06-04T06:39:22.422Z (about 8 years ago)
- Default Branch: master
- Last Synced: 2025-10-27T06:39:18.911Z (9 months ago)
- Topics: hypixel, hypixel-api, hypixelapi, python, python-library, python3
- Stars: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hypixel.py: A simple, community Python library which allows you to get values from the [Hypixel API](https://api.hypixel.net) using JSON requests.
Designed for use with the latest version of Python with two previous versions also tested.
### đŽđšī¸ Being used to power my [Hypixel Discord bot](https://github.com/Snuggle/hypixel-bot) and hopefully other people's projects soon!
## How to install
If you're using Windows:
```
pip install hypixel
```
If you're using Linux:
```
python3 -m pip install -U hypixel
```
If you're using Mac:
```
pip3 install hypixel
```
Then, put on the top of your code ```import hypixel```.
## Recent Changes
For the latest news and updates to this library, check out our [changelog](http://hypixel.readthedocs.io/en/latest/whats_new.html).
## What can you do?
If you learn-by-reading, take a look at [http://hypixel.readthedocs.io/](http://hypixel.readthedocs.io/en/latest/) to see what this library is capable of. Get creating straight away!
## Are there any examples?
Yup! There are currently two different examples that you can view: one's pretty simple, and the others a bit more advanced. Check them out at: [Examples](./.examples/).
You could also look at my Hypixel bot for Discord, which uses this library and provides players an awesome way to look at people's statistics! https://sprinkly.net/hypixelbot
## Can I contribute to this?
Heckas! You would be super awesome if you did that! Get started by checking out the guidelines on contributing here, have a look at [the contributing guidelines](./docs/contributing.md)!
## Got any issues?
Check out the current [Issues](https://github.com/Snuggle/hypixel.py/issues/) for anyone else with your issue, or post a [new Issue](https://github.com/Snuggle/hypixel.py/issues/new/) for help!