This is an node-express server coupled with node-schedule in order to hourly decline too low offers in the fantasy football game Kickbase.
It also collects your bonus every day.
Settings can be changed in src/settings.ts.
Your Kickbase username and passwort should be set in an environment variable on your host.
Default is to pull every player from market who has no offer higher than the offer threshold = 0.6 percent.
Declines are run every full hour between 23:00 and 20:00 in timezone 'Europe/Berlin'.
Two minutes after every full hour all players which are currently not on market are put there.
You can deploy the app for instance here:
Or your provider of choice.
Ronny Klein (Buy Me A Coffee, github: @elindros).