aduermael / ulule-tools

A Go tool to manage ulule.com project supporters and rewards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ulule-tools

A set of Dockerized applications for Ulule project managers. Making good use of aduermael/ulule-api-client... ☺️

Before you run any of the following commands

export APIKEY=<YOUR API KEY>
export USERNAME=<YOUR USERNAME>
export PROJECTID=<YOUR PROJECT ID>

Lotery

Select one or several winners among contributors. A different amount of tickets can be attributed for each level of contribution.

# build
docker build -t lotery ./lotery

# run
docker run -ti lotery $APIKEY $USERNAME $PROJECTID

# then it's all interactive! :)

About

A Go tool to manage ulule.com project supporters and rewards.


Languages

Language:Go 100.0%