# Slothunter
### A bot for Polkadot parachain auction.
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://github.com/hack-ink/slothunter/actions/workflows/checks.yml)
[](https://github.com/hack-ink/slothunter/actions/workflows/release.yml)
[](https://github.com/hack-ink/slothunter/tags)
[](https://github.com/hack-ink/slothunter)
[](https://github.com/hack-ink/slothunter)
Usage
```sh
Use --help
flag to get more information.
slothunter --help
```
Configuration
To create a template configuration file for the program, run it directly for the first time and use the command below.
After that, press CTRL-C
.
```sh
slothunter
Or
slothunter -c config.toml
```
If a path is provided, it will create the configuration file at that location.
Otherwise, Slothunter will create the configuration file at the default path.
The default paths are:
Linux: /home/alice/.config/slothunter
Windows: C:\Users\Alice\AppData\Roaming\slothunter
MacOS: /Users/Alice/Library/Application Support/slothunter
Open the configuration file and edit the items. The file contains highly detailed documentation for each item.
Addition
For more details, please refer to guide.md.