https://github.com/vulcan-dev/onset-wikiparser
Converts the OnSet Wiki to JSON format, useful for many things.
https://github.com/vulcan-dev/onset-wikiparser
Last synced: 5 months ago
JSON representation
Converts the OnSet Wiki to JSON format, useful for many things.
- Host: GitHub
- URL: https://github.com/vulcan-dev/onset-wikiparser
- Owner: vulcan-dev
- Created: 2022-10-29T06:22:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T09:28:45.000Z (about 3 years ago)
- Last Synced: 2025-01-10T21:32:36.731Z (11 months ago)
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OnSet Wiki to Json Converted
### This is a converted version of the OnSet Wiki to Json format.
This is useful for:
- Creating type definitions for Lua or Teal
- Creating snippets for VSCode, Sublime Text, etc.
## Usage
```sh
python .\generate.py [args]
-g --generate : overwrite/generate the json api
-t --threads : set the thread count (Note: categories will not work if it's higher than 1). Default is 1, takes around 150s with 1 thread and 44s with 4
-p --prettify : prettify the json. Default is true
```

**Note:** I've rarely ever touch Python so the threading isn't the best, at least it works.