Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 355 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 355 Bytes

Circular

The easiest way to pick-up circles you followed from Twitter.

How to use

  1. Create .env file on project root
  2. Put following lines into .env
CONSUMER_KEY=*your consumer key*
CONSUMER_SECRET=*your consumer secret*
ACCESS_TOKEN=*your access token*
ACCESS_TOKEN_SECRET=*your access token secret*
  1. Run ruby app.rb. Finally!