https://github.com/cmirnow/unfollow-non-followers-on-twitter
Ruby script for automatic unfollowing of Twitter accounts.
https://github.com/cmirnow/unfollow-non-followers-on-twitter
twitter-api unfollow
Last synced: 2 months ago
JSON representation
Ruby script for automatic unfollowing of Twitter accounts.
- Host: GitHub
- URL: https://github.com/cmirnow/unfollow-non-followers-on-twitter
- Owner: cmirnow
- Created: 2021-07-20T01:13:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T01:13:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T16:46:54.544Z (4 months ago)
- Topics: twitter-api, unfollow
- Language: Ruby
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Unfollow non-followers on Twitter
You will need Ruby.
Then:
```bash
gem install twitter
```
Specify access to Twitter API and Twitter nickname in the script.
Then:
```bash
ruby twi.rb
```
And go drink your coffee. It's all.You can use the full version [Twitter Toolkit onRails](https://github.com/cmirnow/Twitter-toolkit-onRails) - Follow, Unfollow, Retweet, Posts, Tweet Parser.