FinnedAI / sportsbookreview-scraper

Sportsbookreview.com scraper + complete 10Y games+odds data for NFL, NBA, NHL, MLB for bettors and sports analysts
MIT License
17 stars 3 forks source link

is the project maintained? #1

Closed ioannis12 closed 6 months ago

ioannis12 commented 9 months ago

hi, congrats for your work! I was wondering if it's still maintained, I tried to run it but didn't work. Maybe it's my problem. Although, in the SBR site you can find historical odds from last month only.

flancast90 commented 9 months ago

Hi @ioannis12 Yep, this report is still maintained, I just pushed the last update a few hours ago actually. What error do you get when you try to run? It's working fine on my system, and on SBR I can see 10 years of static data pages.

ioannis12 commented 9 months ago

thanks for the reply!

C:\Users\giann\sportsbookreview-scraper>python cli.py --sport nfl --start 2011 --end 2023 --filename nfl_12Y.json Traceback (most recent call last): File "C:\Users\giann\sportsbookreview-scraper\cli.py", line 3, in <module> from scrapers.sportsbookreview import ( File "C:\Users\giann\sportsbookreview-scraper\scrapers\sportsbookreview.py", line 1, in <module> import requests ModuleNotFoundError: No module named 'requests'

this is the error message on cmd.

when I look into SBR for example in NBA odds, I can open a page only after 14 Oct.

image
flancast90 commented 9 months ago

You should be able to pip install requests and any other package errors you get. Max end year is also 2022, as SBR hasn't put data out for 2023. Additionally, we scrape from the static tables SBR publishes, not the dynamic odds like you show in your screenshot.

ioannis12 commented 9 months ago

ok, thanks. That was helpful!

flancast90 commented 9 months ago

@ioannis12 , is everything working alright for you now? Wanting to know if I can close this Issue yet or if there's some debugging I need to do...

ioannis12 commented 9 months ago

Yes , it's working fine!

On Dec 13, 2023 at 6:09 PM, Finn Lancaster @.***> wrote:

@ioannis12 , is everything working alright for you now? Wanting to know if I can close this Issue yet or if there's some debugging I need to do...

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>