@craftweg/retweeters

0.5.0 • Public • Published

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

Package Sidebar

Install

npm i @craftweg/retweeters

Weekly Downloads

1

Version

0.5.0

License

MIT

Unpacked Size

9.4 kB

Total Files

13

Last publish

Collaborators

  • pepibumur