Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 815 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 815 Bytes

follow-me

Script to increase your twitter followers. Uses es6 (with babel), Jest and Twit.

Installation

Clone repo and run npm install

Configuration

You must have an active Twitter API key. Make a copy of the twitter.yml.example and put in your information:

cp twitter.yml.example twitter.yml

mytweets.js

A simple script that returns tweets for a list of users:

babel-node mytweets.js ken_glish videodrome_pod sandiegojs

follow.js

Follow a list of people on twitter. Will only attempt to follow if you are not already following. Currently does not handle rate limitting so run at your own risk:

babel-node follow.js ken_glish videodrome_pod sandiegojs