You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Um spider simples que pega as principais informações dos jogos de futebol disponíveis em www.ogol.com.br/proximos_jogos.php e salva em um arquivo .json. Feito com Python, Scrapy & ☕.
Um spider simples que pega as principais informações dos jogos de futebol disponíveis em www.ogol.com.br/proximos_jogos.php e salva em um arquivo .json.
Feito com Python, Scrapy & ❤️.
⚙ - Install Scrapy
pip install scrapy
🕷 - Run spider
scrapy runspider spiderOGol.py
About
Um spider simples que pega as principais informações dos jogos de futebol disponíveis em www.ogol.com.br/proximos_jogos.php e salva em um arquivo .json. Feito com Python, Scrapy & ☕.