Skip to content

royendgel/curacao-lottery

Repository files navigation

Build Status

curacao-lottery

Curacao Lottery drawings analysis

I moved this code to github from my repo at scraperwiki. This will scrape out all drawings from a local(Curaçao) site and store them in a database.

This is for personal use it :

  • you need to clone this repo
  • use pip install requirments.txt or cargo build ( FOR RUST )

Now in Rust !!

####Requirments Python 2.7

example in the shell using interactive python:

import Lottery
lot = Lottery()
res = lot.get_range(START_YEAR=2014, END_YEAR=2014, start_month=01, end_month=01)
print res

Or from the command line do the following :

from lottery import Lottery 
x = Lottery(new=True)
x.save_extracted_data(x.get_range(2002,2014,01,12))

About

Curacao Lottery drawings analisis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published