Nutzerbot für pr0gramm.com um Musik in Posts zu erkennen.
Achtung! Diese Version nutzt ACR Cloud als Dienstleister!
# Clone the repository
git clone https://github.com/Pacerino/pr0music
# Switch the branch
git checkout -q acr_cloud
# 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 .