commands

package
v0.0.0-...-43617dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fetch

func Fetch(c *cli.Context) error

Fetch : Fetch User Data

func GetFollowers

func GetFollowers(api *anaconda.TwitterApi, c int)

GetFollowers : Retrieve Followers

func GetFriends

func GetFriends(api *anaconda.TwitterApi, c int)

GetFriends : Retrieve Friends

func Init

func Init(c *cli.Context) error

Init : Initialize a new Target

func SaveUserInfo

func SaveUserInfo(user string, record []string)

SaveUserInfo : Create a single csv holding user information

Types

type FollowersPage

type FollowersPage struct {
	Followers  []anaconda.User
	NextCursor string
	Error      error
}

FollowersPage data

type FriendsPage

type FriendsPage struct {
	Friends    []anaconda.User
	NextCursor string
	Error      error
}

FriendsPage data

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL