Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 628 Bytes

README.md

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 .