Update README to include the new twostep and lottotexas games
This commit is contained in:
parent
3a666c5bcc
commit
39beb7150a
|
|
@ -1,7 +1,12 @@
|
|||
# Generic Lottery game number checker #
|
||||
Currently includes Powerball and Megamillions.
|
||||
Currently includes Powerball, Megamillions, Texas Two Step, and Lotto Texas.
|
||||
|
||||
You add your picks to {game}/picks.py, and run `./play -g {gamename}` eg `.play.py -g powerball`
|
||||
You add your picks to `{game}/picks.py`, and run `./play -g {game}`
|
||||
eg:
|
||||
* `./play.py -g powerball`
|
||||
* `./play.py -g megamillions`
|
||||
* `./play.py -g twostep`
|
||||
* `./play.py -g lottotexas`
|
||||
|
||||
The script will pull the current winning numbers from an rss feed, and compare them to each ticket you list in the picks.py file for that game.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue