Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 749 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 749 Bytes

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 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:

DISCORD_BOT_TOKEN=YOUR_DISCORD_BOT_TOKEN

And lastly, run it:

go run .

If you use Nix, you may alternatively simply run the following:

nix run github:csl-club/linux-eva