Standalone Python Discord bot for MKW Limitless table workflows.
- Create a virtual environment and install dependencies from
requirements.txt. - Edit
config.json:- set
token - confirm
base_url(defaults tohttp://wfc.blazico.nl) - optionally change
state_diranddata_dir
- set
- Run:
python app.py- This app is Limitless-only.
- Table state is stored locally under the configured state directory as pickle files.
- Environment variables still work as fallback, but
config.jsonis now the main configuration path.