This is an API that can be used to get hypixel bedwars and skywars stats.
Project description
Hypixel Stats
This is an API that can be used to get hypixel bedwars and skywars stats.
Installation
Use the package manager pip to install Hypixe Stats API
pip install HypixelStats
Usage
import HypixelStats
import requests
# Object for bedwars stats class
bedwars = Bedwars_Stats("Hypixel API key here visit https://hypixel.net/threads/how-do-i-get-my-api-key.2993281/ for more information")
# Returns Beds Destroyed by the player on Hypixel(only)
bedwars.bedwars_beds_destroyed("Player Name here")
# Returns Bedwars coin of the player on Hypixel(only)
bedwars.bedwars_coins("Player name here")
# Returns bedwars final kills of the player on Hypixel(only)
bedwars.bedwars_final_kills("Player name here")
# Returns how many bedwars matches the player has lost on Hypixel(only)
bedwars.bedwars_losses("Player name here")
# Returns how many Bedwars matches the player has won on Hypixel(only)
bedwars.bedwars_wins("Player name here")
# Returns the player's current bedwars winstreak on Hypixel(only)
bedwars.bedwars_winstreak("Player name here")
# Returns how many players the player has killed on Hypixel(only)
bedwars.bedwars_kills("Player name here")
# Object for Skywars class
skywars = Skywars_Stats("Hypixel API key here visit https://hypixel.net/threads/how-do-i-get-my-api-key.2993281/ for more information")
# Returns how many skywars matches the player has won on Hypixel(only)
skywars.skywars_matches("Player name here")
# Returns how many skywars matches the player has one on Hypixel(only)
skywars.skywars_wins("Player name here")
# Returns how many skywars coins the player has on Hypixel(only)
skywars.skywars_coins("Player name here")
# Returns how many players the player has killed in skywars on Hypixel(only)
skywars.skywars_kills("Player name here")
# Returns how many matches the player has lost on Hypixel(only)
skywars.skywars_losses("Player name here")
# Returns the player's current skywars winstreak on Hypixel(only)
skywars.skywars_winstreak("Player name here")
License
Copyright 2021 Jaishnu aka INFI
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Change Log
0.0.1 (06/08/2021)
- First Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file HypixelStats-0.0.1.tar.gz.
File metadata
- Download URL: HypixelStats-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca4bdd2f36a019349adaeb9a31e7e25cd75e17f8ebbf745fc788bcd31e28de55
|
|
| MD5 |
f44bbd1612fb1c9d811bbb0f214d65f4
|
|
| BLAKE2b-256 |
b4a495683e03dc370a0ac160e446641e9f23c604249b061bc870a17ec5b6ac3e
|