/followproject

Really bad follow project for following people on github.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

followproject

Really bad follow project.

























You shouldn't use this....

























Use at own risk

Tested on casperjs 1.1 and phantomjs 2.0

follow2.js

casperjs follow2.js yourusername yourpassword test.json

test.json

["targetusername","targetusername/repositoryname"]

When you input the parameters. phantomjs will login to github. Then it goes through every string in test.json's follower page and follows everyone there. In this example,targetusername's followers will be followed. Also, it will follow users in repositories at targetusername/repositoryname. At the end of the script, it will save the followed usernames in tmptest.json.

orgfollow2.js

Same as follow2.js except it follows organizations instead of people.

test.json

["organization0","organization1"]