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
- Host: GitHub
- URL: https://github.com/zefer/unfollowed
- Owner: zefer
- Created: 2011-09-25T10:31:53.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-28T10:11:17.000Z (almost 14 years ago)
- Last Synced: 2025-01-11T11:35:58.593Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```