Nutzerbot für pr0gramm.com um Musik in Posts zu erkennen.
# 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 .