command
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Aug 28, 2017
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
-
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
-
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.