Skip to content

amiretemad/your-twitter-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Build it!

go build cmd/console/main.go

Define required ENV variables

# Database configuration
DATABASE_NAME=tweak_twitter

# Twitter credentials
CONSUMER_KEY=NXXXXXXXXXXXXXXXXXF
CONSUMER_SECRET=ZXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXR
TOKEN=1XXXXXX6-Z1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX4X
TOKEN_SECRET=UrXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXOy

How to Execute it

./main fetch-followers --username=someusername

Available commands

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

About

set of commands to manage your twitter account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors