An implementation of my PassmarkSearcher as a Discord bot.
-
Clone this repo.
-
Build Concord's dev branch and install Concord.
-
Build passmarkbot.c with
gcc passmarkbot.c -o passmarkbot -pthread -ldiscord -lcurl. Alternatively, if your compiler is Clang, you can useclang passmarkbot.c -o passmarkbot -pthread -ldiscord -lcurl. -
Edit config.json.example by filling in your bot's token and save as config.json.
-
Run and profit.
- Me
- Concord