An open API service indexing awesome lists of open source software.

https://github.com/zefer/unfollowed

A simple Ruby script that checks who has unfollowed a Twitter user
https://github.com/zefer/unfollowed

Last synced: about 1 year ago
JSON representation

A simple Ruby script that checks who has unfollowed a Twitter user

Awesome Lists containing this project

README

          

# Unfollowed

A simple Ruby script that checks who has unfollowed a Twitter account.

## Usage

`ruby ./unfollowed.rb twitter_username`

## Install

```
git clone git@github.com:zefer/unfollowed.git
cd unfollowed
bundle install
```