Hello Fellow programmers,
I am looking to create an app which will look for a certain event in live lawn tennis matches and push a notification to me when a certain event in the match arrives.
I looked at the source code of below url and was able to identify logic for my condition
sample url : flashscore dot com/ match/Gpl4AAJl/#/match-summary/point-by-point/1 ( individual live match url )
to achieve this , i will be using the beautiful soup library in python, i have developed something similar for a fairly simple website.
My concern is , how to fetch the url's of the matches under the live tab of below url
flashscore dot com /tennis/ ( live match list url)
I am not well versed with web dev so i am finding it difficult to understand how to fetch the individual live match url from the live match list url .
Can someone throw some light on how to achieve this ? or if someone has already developed something over flashscore would have a good idea.
I am looking to create an app which will look for a certain event in live lawn tennis matches and push a notification to me when a certain event in the match arrives.
I looked at the source code of below url and was able to identify logic for my condition
sample url : flashscore dot com/ match/Gpl4AAJl/#/match-summary/point-by-point/1 ( individual live match url )
to achieve this , i will be using the beautiful soup library in python, i have developed something similar for a fairly simple website.
My concern is , how to fetch the url's of the matches under the live tab of below url
flashscore dot com /tennis/ ( live match list url)
I am not well versed with web dev so i am finding it difficult to understand how to fetch the individual live match url from the live match list url .
Can someone throw some light on how to achieve this ? or if someone has already developed something over flashscore would have a good idea.