https://github.com/tsoding/kgbotka-2
KGBotka 2: Eclectic Boogaloo
https://github.com/tsoding/kgbotka-2
Last synced: 7 months ago
JSON representation
KGBotka 2: Eclectic Boogaloo
- Host: GitHub
- URL: https://github.com/tsoding/kgbotka-2
- Owner: tsoding
- License: mit
- Created: 2021-03-04T15:10:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T16:34:49.000Z (over 4 years ago)
- Last Synced: 2025-04-29T12:56:23.422Z (8 months ago)
- Language: C
- Size: 139 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KGBotka 2: Eclectic Boogaloo
## Dependencies
We depend on [OpenSSL](https://www.openssl.org/). Feel free to submit PRs to make the project more compatible with alternatives like [LibreSSL](https://www.libressl.org/). ('Cause I know nothing about SSL stuff).
## Quick Start
`*NIX`:
```console
$ ./build.sh
$ ./kgbotka ./path/to/secret.conf
```
`Windows (Visual Studio)`:
```
> setup_msvc_deps.bat
> build_msvc.bat
> kgbotka.exe path/to/secret.conf
```
`Windows (MSYS2)`:
MSYS2 mingw-w64 packages:
```console
$ pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl mingw-w64-x86_64-curl
$ ./build.sh
$ ./kgbotka ./path/to/secret.conf
```
## secret.conf
```conf
nickname =
password =
channel =
```