tweetly.js

0.1.1 • Public • Published

tweetly.js

A Node.js command-line Twitter client.

Install

Issue the following command to install:

$ npm install -g tweetly.js

Configure

Tweetly.js will authenticate on the first run:

$ tweet

Now launching your browser and pointing it to:

https://api.twitter.com/oauth/authorize?oauth_token=SJwXLWJIXXXXXXXXXXX

When you finish, return here, paste the pin number, and hit enter.

Once you do that, it'll save your oauth token in ~/.tweetlykey.

Usage

Tweet using the following format:

$ tweet 'Hey Twittersphere!'

(Make sure to use single quotes)

Authenticate With a New User

Simply remove ~/.tweetlykey and run tweetly.js again.

$ rm ~/.tweetlykey
$ tweet

Readme

Keywords

none

Package Sidebar

Install

npm i tweetly.js

Weekly Downloads

1

Version

0.1.1

License

none

Last publish

Collaborators

  • garthex