Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ConradIrwin/twitter-followers
A tool to download all a user's twitter followers
https://github.com/ConradIrwin/twitter-followers
Last synced: 3 months ago
JSON representation
A tool to download all a user's twitter followers
- Host: GitHub
- URL: https://github.com/ConradIrwin/twitter-followers
- Owner: ConradIrwin
- Created: 2016-02-08T21:20:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T03:10:43.000Z (about 9 years ago)
- Last Synced: 2024-11-14T12:03:15.247Z (3 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-twitter-tools - twitter-followers - A tool to download all a user's twitter followers (Tools)
README
A tool to download all a user's twitter followers
# Installation
Ensure you have go installed:
```
# e.g. on a Mac
brew install go
```Install the `twitter-followers` script:
```
go install github.com/ConradIrwin/twitter-followers
```# Usage
```
twitter-followers
```This will output a json object per line for each follower. It uses the same
ordering as the Twitter API, which is approximately reverse chronological order
of when they followed you.I suggest pairing this with [jq](https://stedolan.github.io/jq/) to extract the
fields you need.