Thanks to visit codestin.com
Credit goes to github.com

Skip to content

doocan/DjangoLottery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoLottery

Environment

  • docker
  • docker-compose

Deployment

docker-compose up

Email Configure

EMAIL_TO = ['[email protected]']

Quick Start

docker-compose run djangolottery_web python manage.py shell

Get 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.

Todo

  • web ui

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published