Sets of command to fetch your existing twitter followers, new and who just unfollowed you! I use this commands just to track my followers on Twitter and have some plans to add some more functionality to it!
go build cmd/console/main.go
# Database configuration
DATABASE_NAME=tweak_twitter
# Twitter credentials
CONSUMER_KEY=NXXXXXXXXXXXXXXXXXF
CONSUMER_SECRET=ZXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXR
TOKEN=1XXXXXX6-Z1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4X
TOKEN_SECRET=UrXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXOy
./main fetch-followers --username=someusername
You need to provider --username option in commands to fetch followers of provided user.
COMMANDS:
fetch-followers Fetch followers for provided username.
compare-followers Compare your followers with previous iterations