Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 432 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 432 Bytes

gw2e-lottery

Automatic lottery subscriber for GW2 Efficiency

Build docker image:

./mvnw spring-boot:build-image

Run it:

docker run -d \
  -p 8080:8080 \
  -e SPRING_DATA_MONGODB_URI=<your_mongodb_connection_uri>  \
  gbaso/gw2e-lottery:<version>

Create an account:

POST /accounts
{
  "name": "<your_account_name>"
}

This application will try to subscribe all of your accounts every 24 hours