0.5.0 ⢠Published 4 years ago
@craftweg/retweeters v0.5.0
Retweeters
š¦ 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.