Skip to content

Osanchez/LambdaLottery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

LambdaLottery

A basic lottery number scraper for MA, intended usage was for AWS lambda to be used along with Amazon Lex.

Usage

currently written for Python 2.7, but with some minor changes should work flawlessly on 3.x

simply run the following

pip install -r requirements.txt 

Example Usage

# input
print(get_winning_numbers("Mass cash"))

# output
Mass Cash
The Winning Numbers for Wed, Oct 09, 2019 are 3, 4, 7, 13, 27! Jackpot: $100,000

About

Lottery Function for usage with AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages