8000 GitHub - diasurgical/devilutionx-gamelist: Small program for producing a json list of current games
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

diasurgical/devilutionx-gamelist

Repository files navigation

Linux Windows MyPy Check

devilutionx-gamelist

Small program for printing out a json list of current games

How to build

cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build -j

Premade binaries are available from the linux and windows workflows.

discord_bot.py

Companion utility that watches for the output of devilutionx-gamelist and advertises the games in a discord channel

How to build/run

# optionally create/activate a venv-like isolated environment
pip install -r requirements.txt # or install dependencies at a user level if not using a venv, or via your system package manager
python discord_bot.py
# OR
pip install -e . # could also use pipx or similar tools
discord_bot

Source and wheel distributions are available from the python workflow.

About

Small program for producing a json list of current games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

0