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

https://github.com/fengb/zigbot9001

Officially unofficial bot for the officially unofficial Zig Discord server
https://github.com/fengb/zigbot9001

Last synced: 11 months ago
JSON representation

Officially unofficial bot for the officially unofficial Zig Discord server

Awesome Lists containing this project

README

          

# zigbot9001

Discord Bot written in Zig that provides:

- GitHub issue lookup on the Zig repository
- Zig standard library search using [analysis-buddy](https://github.com/alexnask/analysis-buddy)
- funny commands

## building

```
git clone https://github.com/fengb/zigbot9001
cd zigbot9001

gyro build
```

## running

```
# edit run.sh with your credentials and zig library path
# then run it
./run.sh
```