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
users = [
'PhantomJS'
'ariyahidayat'
'detronizator'
'KDABQt'
'lfranchi'
'jonleighton'
'_jamesgreene'
'_jamesmgreene'
'Vitalliumm'
]
follow = (user, callback) ->

View File

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