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
- Host: GitHub
- URL: https://github.com/fengb/zigbot9001
- Owner: fengb
- License: mit
- Created: 2020-07-29T01:44:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T04:04:53.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T08:11:15.053Z (about 1 year ago)
- Language: Zig
- Homepage:
- Size: 349 KB
- Stars: 24
- Watchers: 4
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```