Skip to content

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

About

Automatic lottery subscriber for GW2 Efficiency

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •  

Languages