A simple app that sends Neptune's Pride stats via webhooks.
- Make sure you have a supported version of Python installed:
python --version - Clone the repo:
git clone https://github.com/Buried-In-Code/Neptunes-Hooks - Install the project:
pip install .
python -m neptunes_hooks
You can find all these by using the -h or --help argument
| Argument | Flags | Type | Default | Description |
|---|---|---|---|---|
| Poll | -p, --poll |
int | 30 | Used to determine how long between polls to the Neptune's Pride API (value in Minutes) |
| Debug | --debug |
bool | False | Used to skip the tick check and only run once |