项目作者: osbre

项目描述 :
Get Twitter followers in Go
高级语言: Go
项目地址: git://github.com/osbre/go-twitter-followers.git
创建时间: 2020-07-11T12:23:10Z
项目社区:https://github.com/osbre/go-twitter-followers

开源协议:

下载


A simple script to get Twitter account followers.

Installation

  1. git clone git@github.com:osbre/go-twitter-followers.git
  2. go get -u github.com/gocolly/colly/

Usage

With one username:

  1. go run main.go USERNAME

With many usernames:

  1. go run main.go USERNAME USERNAME USERNAME USERNAME...