Giter Site home page Giter Site logo

levi-moreira / lotofacilscrapy Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 8 KB

A model project for testing the scrapy crawler to retrieve information about the Brazilian lottery

License: MIT License

Python 100.00%
scraper scrapy lottery python crawler python3

lotofacilscrapy's Introduction

Scrapy Lottery

This is a sample project that explores scrapy by developing a web crawler that scrapes information from the Brazilian lottery site. The base web site used was https://www.sorteonline.com.br/lotofacil/resultados and the crawler can be tweaked to collect all the lottery numbers, amount of winners and prize paided to each winner. It also can find the lottery date and place.

To run the crawler you just need to run:

scrapy crawl lotofacil -o data.json

The application will collect all results and save them in a structured json file. It will contain a list of result objects like the one bellow:

{
    "lottery_11_winners_cash": ["R$4,00"],
    "lottery_15_winners": ["4", ""], 
    "lottery_12_winners_cash": ["R$8,00"], 
    "lottery_14_winners_cash": ["R$1.613,43"], 
    "lottery_13_winners": ["23223"], 
    "lottery_13_winners_cash": ["R$20,00"], 
    "lottery_result_numbers": ["02", "03", "06", "08", "10", "12", "13", "16", "17", "18", "19", "20", "21", "22", "24"], 
    "lottery_12_winners": ["279085"], 
    "lottery_number": ["1625"], 
    "lottery_11_winners": ["1511596"], 
    "lottery_15_winners_cash": ["R$1.359.356,69"], 
    "lottery_14_winners": ["581"], 
    "lottery_date": ["16/02/2018", "Caminh\u00e3o da Sorte em VINHEDO, SP"]
}

lotofacilscrapy's People

Contributors

levi-moreira avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ciak007

lotofacilscrapy's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.