项目作者: osbre
项目描述 :
Get Twitter followers in Go
高级语言: Go
项目地址: git://github.com/osbre/go-twitter-followers.git
A simple script to get Twitter account followers.
Installation
git clone git@github.com:osbre/go-twitter-followers.git
go get -u github.com/gocolly/colly/
Usage
With one username:
go run main.go USERNAME
With many usernames:
go run main.go USERNAME USERNAME USERNAME USERNAME...