0.5.0 • Published 4 years ago

@craftweg/retweeters v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Retweeters

Retweeters npm npm GitHub issues GitHub forks GitHub stars GitHub license

🐦 A micro-CLI powered by NodeJS for fetching the retweeters of a tweet

Usage

You can run retweeters without installing it in your environment through npx(npx @craftweg/retweeters):

npx @craftweg/retweeters tweet_id

The CLI expects a .retweeters.toml file in the working directory with the following content to be able to authenticate requests against the Twitter API:

[twitter]
consumer_key = ""
consumer_secret = ""
access_token_key = ""
access_token_secret = ""

The command outputs the list of retweeters as an array of tweet IDs in JSON format.

References