- docker
- docker-compose
docker-compose upEMAIL_TO = ['[email protected]']docker-compose run djangolottery_web python manage.py shellGet lucky numbers of DaLeTou and send them to your email.
>>> from dlt.predictor import create
>>> create()Get the winning number of DaLeTou and compare with earlier lucky numbers, then send them to your email.
>>> from spider.tasks import dlt_spider
>>> dlt_spider.delay()Actually, the spider of DaLeTou will be executed at 12:00 of Sunday, Tuesday and Thursday.
- web ui