An automated way to get the "fanatic" badge, by running a node bot in a docker container that will log into your account everyday and send reports of your progression.
There are two ways to configure it.
Create a conf.json
file based on conf.example.json
.
Mailgun domain setup: If you use an EU domain, please set mailgun_eu_domain
to y
.
Build the config file answering questions:
touch conf.json
docker run --rm -it -v ${PWD}/conf.json:/conf.json \
garsaud/stackoverflow-fanatic-badge configure
docker-composer up -d