TwitterJSClient icon indicating copy to clipboard operation
TwitterJSClient copied to clipboard

Twitter client written in JavaScript packaged as a node module

Results 40 TwitterJSClient issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 5.2.0 to 6.9.3. Changelog Sourced from qs's changelog. 6.9.3 [Fix] proper comma parsing of URL-encoded commas (#361) [Fix] parses comma delimited array while having percent-encoded comma treated...

dependencies

Instructions from the README.md say to copy over the twitter_config file in the twitter-note-client directory. It is not presently found.

With the following steps: ![image](https://cloud.githubusercontent.com/assets/3430942/13388578/f1c355e6-de75-11e5-90c8-5008ff0a385d.png) I get this error: ![image](https://cloud.githubusercontent.com/assets/3430942/13388527/83ae2996-de75-11e5-9cbe-a406f001adbb.png) This is per the example on your page. What is wrong?

## Run application $ twitterConsumerKey= twitterConsumerSecret= twitterAccessToken= twitterAccessTokenSecret= node index.js

Where I need to create this config? I try create `twitter_config` file in root and in `data` directory its not work ``` /node_modules/twitter-node-client/lib/Twitter.js:9 this.consumerKey = config.consumerKey; ^ TypeError: Cannot read...

Regarding the code below, this would go in the index.js file for the function, correct? And I presume the XXX's are where your authorization credentials go? What I'm not clear...

`node_modules/twitter-node-client/twitter_config` does not seem to exist.

I'd like to use this as part of a project which has some aspects that are closed source and unfortunately the GPL license would not allow that. Fortunately the LGPL...