twtarget

command module
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: 3 Imported by: 0

README

twtarget

twtarget (or Twitter Target) is a CLI tool, written in Go, that collects data from twitter API for a given User.

Installation

You can download the binaries from the releases section, or you can install it with Go.

go install github.com/andefined/twtarget

How to use

NAME:
   twtarget

USAGE:
   twtarget [global options] command [command options] [arguments...]

VERSION:
   0.1.0

DESCRIPTION:
   twtarget (or Twitter Target) is a CLI tool that collects data from twitter API for a given User.

COMMANDS:
     init     Initialize a new Target (User). The command will create a target folder and subfolders with the configuration files and collected data.
     fetch    Fetch data for a given Target (User). 
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

Initialize a Target

Before you get started you need to add your Twitter API credentials into the configuration file configuration.

twtarget init -c conf/default.yaml [target screen name]

Get Friends

twtarget fetch --user --friends [target screen name]

Get Followers

twtarget fetch --user --followers [target screen name]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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