https://github.com/timelessnesses/perfecter
Perfecter - A discord bot and a library with helping you using Solution-finder programmatically
https://github.com/timelessnesses/perfecter
Last synced: about 2 months ago
JSON representation
Perfecter - A discord bot and a library with helping you using Solution-finder programmatically
- Host: GitHub
- URL: https://github.com/timelessnesses/perfecter
- Owner: timelessnesses
- Created: 2023-12-29T03:26:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T03:27:21.000Z (over 2 years ago)
- Last Synced: 2025-01-01T15:42:46.111Z (over 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perfecter
A discord.py bot wrapping around [Solution-Finder Java](https://github.com/knewjade/solution-finder) and [Solution-Finder C++](https://github.com/knewjade/sfinder-cpp).
## Running as bot
1. Run `poetry install` to install dependencies
2. Run `poetry run python ./initialize.py -h` to see which `Solution-Finder` you wanted to have included in the bot.
## Using as library
1. You can grab the `src/perfecter_sfinder` right away!