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