Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can I get 'MMR' , 'Win Raito', ' Tier' using Regular Expression ?

https://www.op.gg : This is the website for searching players information of league of legend

If I just type any user id, I can get the information of his or her 'Win Ratio', 'Tier' and any other info relative to a player.

What I want to know is how can I get the information using regular expression by Python.

view-source:https://www.op.gg/summoner/userName=density100 is the example of the source page.

I want to use it for what factor affects the win ratio among players, really need to know how to pull out the info.

Plz help me.


ps) For MMR, you need to click the button named 'Solo MMR', located in bottom of the user ID

What I have tried:

...Don't know

Really want to figure it out, but I don't know where to start from
Posted
Comments
PIEBALDconsult 25-Aug-17 23:24pm    
Few members will look at some site, so please use "Improve question" to add examples and such.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900