This package has been deprecated

Author message:

Deprecated: I do not use Twitter much anymore, so can't keep this tested

send-tweet

3.0.12 • Public • Published

send-tweet

DEPRECATED

Super-simple Twitter CLI thing. Just sending a tweet. Literally does nothing else, at all.

Support with PayPal Patreon ko-fi


Installation:

npm i -g send-tweet

Usage:

First go here and click Create New App.

Put the keys in your ~/.bashrc or equivalent:

export SEND_TWEET_CONSUMER_KEY=''
export SEND_TWEET_CONSUMER_SECRET=''
export SEND_TWEET_ACCESS_TOKEN_KEY=''
export SEND_TWEET_ACCESS_TOKEN_SECRET=''

(Fill in those empty quotes).

Then . ~/.bashrc to reload your environment variables (or zshrc, or whatever).

Then: send-tweet "Sending a tweet!"

LICENSE

Package Sidebar

Install

npm i send-tweet

Weekly Downloads

0

Version

3.0.12

License

LGPL-3.0

Unpacked Size

11.9 kB

Total Files

6

Last publish

Collaborators

  • zacanger