Page cover

๐Ÿ“–Introduction

Introduction of sqdnoises' infinite-craft Python library.

infinite-craft is an API Wrapper of Neal's Infinite Craft gamearrow-up-right in Python for people to implement in their programs.

View infinite-craft on PyPI.arrow-up-right

Key Features

  • Stores elements in a neatly indented JSON file

  • Starts with the four main elements: Water, Fire, Wind, Earth

  • Uses neal.funarrow-up-right's Infinite Craftarrow-up-right API to pair elements together

  • Built-in ratelimiting handler

  • Custom API support

  • Asynchronous library

  • Conveniently access discovered elements

circle-info

Do you have any issues or problems? Join our Discord serverarrow-up-right to get help or make a GitHub issuearrow-up-right.

How does it work?

This library basically contacts the URL: https://neal.fun/api/infinite-craft/pair?first=element+name&second=element+namearrow-up-right 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.

circle-info

Want to contribute? Make a pull request at infinite-craft's GitHub repositoryarrow-up-right!

License

arrow-up-right View the MIT Licensearrow-up-right license that comes with this library.


๐ŸŒŸ Please star the GitHub repoarrow-up-right and show some love ๐Ÿ’–

Last updated