├── .gitignore ├── Gemfile ├── Gemfile.lock ├── LICENSE ├── README.md ├── unfollow.gif └── unfollow.rb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/twitter-unfollow/HEAD/.gitignore -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/twitter-unfollow/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/twitter-unfollow/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/twitter-unfollow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/twitter-unfollow/HEAD/README.md -------------------------------------------------------------------------------- /unfollow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/twitter-unfollow/HEAD/unfollow.gif -------------------------------------------------------------------------------- /unfollow.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KrauseFx/twitter-unfollow/HEAD/unfollow.rb --------------------------------------------------------------------------------