Mass unfollow twitter

googlemonster

Client
Регистрация
27.07.2011
Сообщения
24
Благодарностей
0
Баллы
1
I was trying to make a bot to mass unfollow everyone but ignore people with 'SEO' in the text. Couple questions:

How do I make it move to the next button? Most of twitters stuff seems to be driven by ajax. In the template designer, it had id's next to them, but I need to unfollow a few thousand.
 

googlemonster

Client
Регистрация
27.07.2011
Сообщения
24
Благодарностей
0
Баллы
1
Im checking for text presence of 'SEO' the next step logic branch has this:

'{-FieldData.FieldData-|-●6●7●3●1●3●0●-|-tp-7540-}'!=''

in the debug mode, I would like this logic to be false, so that if the text isn't present it will hit the unfollow button, and then pause until the box below moves into its place where it can then check the presence of the text again (in the bio) and repeat.
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
Then change your logic to '{-FieldData.FieldData-|-●6●7●3●1●3●0●-|-tp-7540-}'==''. Which means that the branch result IS an empty field.
 

joma

Client
Регистрация
06.03.2011
Сообщения
107
Благодарностей
13
Баллы
0
Im checking for text presence of 'SEO' the next step logic branch has this:

'{-FieldData.FieldData-|-●6●7●3●1●3●0●-|-tp-7540-}'!=''

in the debug mode, I would like this logic to be false, so that if the text isn't present it will hit the unfollow button, and then pause until the box below moves into its place where it can then check the presence of the text again (in the bio) and repeat.
u can also use the 'fail exit' ( red output ) and continue from there with the flow of your template.
 

drvosjeca

Client
Регистрация
26.10.2011
Сообщения
512
Благодарностей
455
Баллы
63
To go to next button you can use changing match number. For that you need to use counter, and then get the counter result into button search atributes as match number...
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)