Skip to content

SkyKings-Guild/Bot-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

150 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot-Data

Data used by the SkyKings Public Discord bot.

All data is stored as JSON and is validated by check.py on every commit.

Repository Structure

Bot-Data/
├── skyblock/          # Hypixel SkyBlock game data
│   ├── networth/      # Data used for networth calculations
│   └── *.json
├── misc/              # Miscellaneous bot data (emojis, aliases, etc.)
├── check.py           # JSON validation script
└── requirements.txt   # Python dependencies for check.py

Validation

Run the included check.py script to verify that all JSON files parse correctly:

pip install -r requirements.txt
python check.py

Contributing

If you spot missing or incorrect data, please open an issue or submit a pull request. When adding new entries make sure to run check.py to confirm your changes are valid JSON.

Licensing

Parts of this project utilize data from NotEnoughUpdates/NotEnoughUpdates-REPO, which is licensed under the MIT License. See the included NEU-LICENSE.md file for the full copyright notice.

This repository itself is also licensed under the MIT license.

About

Data used by the SkyKings Public Discord bot.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages