Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 794 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 794 Bytes

pr0music

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

Achtung! Diese Version nutzt ACR Cloud als Dienstleister!


Development

# 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 .