https://github.com/csl-club/linux-eva
Half bot half linux evangelist
https://github.com/csl-club/linux-eva
Last synced: 26 days ago
JSON representation
Half bot half linux evangelist
- Host: GitHub
- URL: https://github.com/csl-club/linux-eva
- Owner: csl-club
- Created: 2024-12-14T07:32:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T03:03:44.000Z (6 months ago)
- Last Synced: 2025-05-07T20:11:49.641Z (26 days ago)
- Language: Go
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux Evangelist
A Discord bot written in Golang (made in 3 hours) to evangelize what Linux really is.
It receives real messages from [Stallman's words](https://stallman-copypasta.github.io) and prettifies them for your eyes.
Turn it on, say ```linux``` and test it now!
## Requisites
Golang 1.23.3 (I downloaded it today)### Third party Libraries
- bwmarrin/discordgo
- joho/godotenv## How to run it
First, resolve all dependencies with:
```
go mod tidy
```
Then configure your .env following .env.example format:
```yaml
DISCORD_BOT_TOKEN=YOUR_DISCORD_BOT_TOKEN
```
And lastly, run it:
```
go run .
```If you use [Nix](https://nixos.org/), you may alternatively simply run the following:
```bash
nix run github:csl-club/linux-eva
```