

JsonData = requests.get(url, params=query).json() 't':f'/data/bbc-morph-football-scores-match-list-data/endDate/ Today = ().strftime("%Y-%m-%d")ĭate_str = input("Input the date in the form of yyyy-mm-dd, hit Enter for today\n-> ")ĭate = (date_str, "%Y-%m-%d").strftime("%Y-%m-%d") This will get all the data for you: import requests Just get all the events data and you can manipulate the dataframe as you need. The data you are needing/asking for here is all within the api. It is a file that contains some very renowned fixtures and their outcome (the result), it's what we call in French "bête noire", basically a team that never wins against another.Īnd now what I'm trying to do is for the program to look up the games of the day (or any certain date), match it against that Excel file to see if there's any "bête noire", if so, it should return the fixture with the winner (result/outcome).
#Listaway ipad manual
I think it's gonna be easier if I explain the purpose of my Excel manual Source. #Scraping de la page web, balise abbr avec attribut title
#Listaway ipad code
Here is my code for now (Only scraping and making an Excel file) import requestsĭate = input(str("Input the date, hit Enter for today"))

#Listaway ipad how to
Problem is I don't know how to do it, and I have no idea how to look for it, I'm such a beginner and I picked this project for school, can someone at least give me a name to what I'm trying to do (if it has a name), an idea, a path to follow, etc.
#Listaway ipad software
What I want to do is for the software to find matching fixtures between the two files, then figure out the result using the "Result" column in the source file.

I am making a betting software that scrapes the fixtures from a website, puts them into an Excel file and then compares it with another Excel file that I have already manually created to find the winner (the source) The source file would look like this and The scraped output would look like this
