twreport

command module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2017 License: MIT Imports: 11 Imported by: 0

README

Build Status Go Report Card Go Releaser Code Coverage

twreport

twreport

A simple CLI for batch reporting / blocking abusive accounts on Twitter.

Installation

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

go get -u github.com/andefined/twreport
go install github.com/andefined/twreport

How to use

  1. Prepare you csv file without a header. Just point the correct column of the screen_name with --column flag. Default column is 0.

    e.g. CSV 874276197357596672,realDonaldTrump

  2. Create an application and generate Access Token and Token Secret under Keys and Access Tokens tab.

twreport report \
    --consumer-key $CONSUMER-KEY \
    --consumer-secret $CONSUMER-SECRET \
    --access-token $ACCESS-TOKEN \
    --access-token-secret $ACCESS-TOKEN-SECRET \
    --csv ./templates/block.csv \
    --column 1 \
    --prompt \
    --block

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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