Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 628 Bytes

File metadata and controls

33 lines (24 loc) · 628 Bytes

pr0music

Nutzerbot für pr0gramm.com um Musik in Posts zu erkennen.


Development

# Clone the repository 
git clone https://github.com/Pacerino/pr0music

# Enter into the directory
cd pr0music

# Install the dependencies
go get ./...

# Copy the .env
cp .env.sample .env

# Fill out the .env
nano .env

# Start the Server
go run .