Can anyone scrape twitter followers

johnmay5

Client
Регистрация
10.04.2011
Сообщения
83
Благодарностей
5
Баллы
8
i am trying to scrape twitter followers of a particular user using screen scraping of zenno by logging into the account.

Problem is twitter uses javascript and automatically loads the next page of followers when one scrolls down, there is no button to click, so regex parsing and clicking does not work.

Is there a way around?
 

shinigami

Client
Регистрация
01.05.2011
Сообщения
164
Благодарностей
91
Баллы
0
Try to execute JS to scroll page down
javascript:window.scroll(0,300);
 

johnmay5

Client
Регистрация
10.04.2011
Сообщения
83
Благодарностей
5
Баллы
8
Have tried your javascript as well as one given below. Both in the javascript tester say - error in javascript

window.onload = Scrolldown;function Scrolldown {window.scroll(0,300);}
 

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