If you're Twitter bot scripts have just stopped following use this

jamie3000

Elite Member
Executive VIP
Jr. VIP
Joined
Jun 30, 2014
Messages
13,755
Reaction score
5,223
Hi all, twitter following action html and url calls have just changed if you're scripts/bot have just stopped working this is what to do

First change
replace follower page search $xpath->query('//*[@data-cursor]//@data-cursor');
with
$xpath->query('//*[@min_position]//@min_position');


Second change
replace HTTP call https://twitter.com/'.$user_to_scrape.'/followers/users?cursor='.$data_cursor_value.'&cursor_index=&cursor_offset=&include_available_features=1&include_entities=1&is_forward=true


with

https://twitter.com/'.$user_to_scrape.'/followers/users?include_available_features=1&include_entities=1&max_position='.$data_cursor_value

Third change
replace look for "cursor" in the json with "min_position"

Hope this saves someone some time :-)
 
Hi all, twitter following action html and url calls have just changed if you're scripts/bot have just stopped working this is what to do

First change
replace follower page search $xpath->query('//*[@data-cursor]//@data-cursor');
with
$xpath->query('//*[@min_position]//@min_position');


Second change
replace HTTP call https://twitter.com/'.$user_to_scrape.'/followers/users?cursor='.$data_cursor_value.'&cursor_index=&cursor_offset=&include_available_features=1&include_entities=1&is_forward=true


with

https://twitter.com/'.$user_to_scrape.'/followers/users?include_available_features=1&include_entities=1&max_position='.$data_cursor_value

Third change
replace look for "cursor" in the json with "min_position"

Hope this saves someone some time :-)



I wonder if that is why FollowLiker just stopped following yesterday...

A MONTH of preparing for a release, and the software just took a dump when the moment came. Still not following at all a day later.
 
I wonder if that is why FollowLiker just stopped following yesterday...

A MONTH of preparing for a release, and the software just took a dump when the moment came. Still not following at all a day later.

Could well be, not sure when it changed exactly sometime in last 24 hours
 
so maybe that's why Follow liker don't follow too much
it followed just 200 when set it ti follow 900
 
so maybe that's why Follow liker don't follow too much
it followed just 200 when set it ti follow 900

Was it just today/yesterday it did that?
 
I wonder if that is why FollowLiker just stopped following yesterday...

A MONTH of preparing for a release, and the software just took a dump when the moment came. Still not following at all a day later.

TSupremacy still works
 
TSupremacy still works

I just started using TS today but for some reason I can't sync my accounts it keeps saying "Sync followers error". Is there something I need to do before syncing or what
 
FL is driving me nuts anyway. Some good features, but implemented poorly, and very inefficient.

Maybe it's this issue. Not sure yet, but I spent a month getting ready for one big release, and it totally crapped out on me when I finally needed it.
 
Just so everyone is aware changes are also needed for unfollowing
 
This issue has been fixed for all Twtdominator Users already .
 
Back
Top