Skip to content

A web scrapping project to fetch all lottery winning numbers, date, prizes etc.

License

Notifications You must be signed in to change notification settings

erseler/scrap-superloto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrap-superloto 💸

A web scrapping project to fetch all lottery winning numbers, date, prizes etc. from Milli Piyango official site. It requires:

  • python 2.7
  • Scrapy 1.5.1

Settings

Waiting time between requests and caching options can be changed in settings file. Following settings are used by default:

DOWNLOAD_DELAY = 0.5
HTTPCACHE_ENABLED = True

Run crawler

In order to run crawler, change directory to project file, then start crawling with spider name getres:

cd scrap-superloto-master
scrapy crawl getres -o output.json

About

A web scrapping project to fetch all lottery winning numbers, date, prizes etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages