Skip to content

The third iteration of the bot that uploads all gamedata to idleon.info

Notifications You must be signed in to change notification settings

BigCoight/IdleonWikiBot3.0

Repository files navigation

IdleonWikiBot3.0

The third iteration of the bot that uploads all gamedata to idleon.info

This project relies heavily on Pydantic base models to validate and parse the spaghetti coming out of the stencyl converter.

To define a new model, create a new class that inherits from IdleonModel with its details, add a new section to the code reader that the data is stored, and create a repository that then parses the data into the class. After running you will then fine the repo exporred as a JSON file under the exported tab

Getting started

It's generally recommended to use venv to create an isolated environment.

To make sure you have all the required dependancies installed, execute:

pip install -r requirements.txt

Running the tool

To run the tool, simply execute the following command in the main directory:

python -m main

If successful, you should get an output that looks similar to this:

{'NothingERROR', 'aError', 'aRecipe', 'dExpOrb', 'aTalentBook'}

About

The third iteration of the bot that uploads all gamedata to idleon.info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •