Page cover

๐Ÿ“–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.

View infinite-craft on PyPI.

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 together

  • Built-in ratelimiting handler

  • Custom API support

  • Asynchronous library

  • Conveniently access discovered elements

Do you have any issues or problems? Join our Discord server to get help or make a GitHub issue.

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.

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

License

View the MIT License license that comes with this library.


๐ŸŒŸ Please star the GitHub repo and show some love ๐Ÿ’–

Last updated