Floccer
Regular Member
- Mar 2, 2019
- 365
- 163
Hi,
I have built python + selenium bot that would do guestbook backlinks.
i currently have few sites that works and i get data from excel sheet where i have link, anchor etc info. But to do this in bigger scale i'm having hard time figuring logic how it could be done.
I did seperate functions for every website and would like to submit 1 link/anchor to one site. How i would be able to loop site functions to accomplis this?
basicly i have for loop that will do 1 excel line at time but i might need to do another loop inside. If i place all functions in loop i just get duplicate anchor texts that i don't want. Or should this be done completely different way?
I have built python + selenium bot that would do guestbook backlinks.
i currently have few sites that works and i get data from excel sheet where i have link, anchor etc info. But to do this in bigger scale i'm having hard time figuring logic how it could be done.
I did seperate functions for every website and would like to submit 1 link/anchor to one site. How i would be able to loop site functions to accomplis this?
basicly i have for loop that will do 1 excel line at time but i might need to do another loop inside. If i place all functions in loop i just get duplicate anchor texts that i don't want. Or should this be done completely different way?