LaMonF / FDJ_SLACK

Fetches FDJ loto data to post on SLACK
MIT License
2 stars 2 forks source link

Go : add timer to post everyday at 9pm the loto result. #11

Closed Xouxs closed 5 years ago

Xouxs commented 6 years ago

see time.ticker.

Maybe only send the monday, wednesday and saturday.

LaMonF commented 6 years ago

The current master version (python) is using the CronTab. The current Go implementation in DEV brings new features triggered by Slack command lines which require backend server running. Thus, this new version will not be usable with Crontab and it will need the introduction of the timer.ticker.

As a lottery can happen in friday or sunday (bonus lottery) I will consider sending feebacks every day.

LaMonF commented 5 years ago

14