OP 21 July, 2019 - 12:28 AM
Hello,
I'm trying to make a league of legends checker/cracker in python. I have all ready and running, the problem is that its too slow. Here are my steps:
- Do a GET to https://login.leagueoflegends.com/?region=las to get the needed cookies.
- Do a put to https://auth.riotgames.com/api/v1/authorization with the username and password.
For some reason this takes too long and my program is doing like 3 CPM even with multiple threads at the same time.
Has anyone a faster way to check if the username and password are correct? And what other recommendations can you give me to make it faster?
Thanks and sorry for bad English.
I'm trying to make a league of legends checker/cracker in python. I have all ready and running, the problem is that its too slow. Here are my steps:
- Do a GET to https://login.leagueoflegends.com/?region=las to get the needed cookies.
- Do a put to https://auth.riotgames.com/api/v1/authorization with the username and password.
For some reason this takes too long and my program is doing like 3 CPM even with multiple threads at the same time.
Has anyone a faster way to check if the username and password are correct? And what other recommendations can you give me to make it faster?
Thanks and sorry for bad English.