Skip to content

Automatic lottery subscriber for GW2 Efficiency

License

Notifications You must be signed in to change notification settings

gbaso/gw2e-lottery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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