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

https://github.com/blubskye/yuno-go

Yuno Gasai 2 JS port to golang
https://github.com/blubskye/yuno-go

antispam cleaning discord logging moderation moderation-bot

Last synced: 5 months ago
JSON representation

Yuno Gasai 2 JS port to golang

Awesome Lists containing this project

README

          

Quickstart guide
# 1. Clone & enter
git clone https://github.com/blubskye/yuno-go.git
cd yuno-go

# 2. Edit config (or let it auto-generate)
nano config.toml
# → Put your token and owner ID

# 3. Run (that's it)
go run .

# Or build a single binary:
go build -ldflags="-s -w" -o yuno
./yuno