Ariya Hidayat 2013-03-02 21:32:47 -08:00
parent 1c80f7306e
commit d42c4002c4
2 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,14 @@
# List following and followers from several accounts # List following and followers from several accounts
users = [ users = [
'PhantomJS'
'ariyahidayat' 'ariyahidayat'
'detronizator' 'detronizator'
'KDABQt' 'KDABQt'
'lfranchi' 'lfranchi'
'jonleighton' 'jonleighton'
'_jamesgreene' '_jamesmgreene'
'Vitalliumm'
] ]
follow = (user, callback) -> follow = (user, callback) ->

View File

@ -1,11 +1,13 @@
// List following and followers from several accounts // List following and followers from several accounts
var users = ['ariyahidayat', var users = ['PhantomJS',
'ariyahidayat',
'detronizator', 'detronizator',
'KDABQt', 'KDABQt',
'lfranchi', 'lfranchi',
'jonleighton', 'jonleighton',
'_jamesgreene']; '_jamesmgreene',
'Vitalliumm'];
function follow(user, callback) { function follow(user, callback) {
var page = require('webpage').create(); var page = require('webpage').create();