๐Introduction
Introduction of sqdnoises' infinite-craft Python library.
infinite-craft is an API Wrapper of Neal's Infinite Craft game in Python for people to implement in their programs.
Key Features
Stores elements in a neatly indented JSON file
Starts with the four main elements: Water, Fire, Wind, Earth
Uses
neal.fun
's Infinite Craft API to pair elements togetherBuilt-in ratelimiting handler
Custom API support
Asynchronous library
Conveniently access discovered elements
How does it work?
This library basically contacts the URL: https://neal.fun/api/infinite-craft/pair?first=element+name&second=element+name Tricks it with some headers, and handles everything accordingly.
Everything is handled in a user-friendly manner and asynchronously, so it should be really easy to use it in your programs.
License
View the MIT License license that comes with this library.
๐ Please star the GitHub repo and show some love ๐
Last updated