An open API service indexing awesome lists of open source software.

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

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!