Hello SupositWar
I didn't mention it, but the function helps me separate values from the list because those values were in the same li.
I didn't get a 403 error when running it.
You can try the other method not to get blocked by the website.
Here is the function.
def getLiValue(list):
numbers_of_pieces = list[0]
rooms = list[1]
size = list[2]
return numbers_of_pieces, rooms, size
I hope this will help!
SupositWar
Hello Lorena !
Thanks for the great article. 2 comments though : you call the function GetLivalue but that's not a native function. Could you define somewhere what it corresponds to ?
Second comment is that you will get a 403 if you run the code as is I believe. SeLoger is pretty cautious about bots :).
Thanks a lot anyway, great script !