TwitterJSClient
TwitterJSClient copied to clipboard
Twitter client written in JavaScript packaged as a node module
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...
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:  I get this error:  This is per the example on your page. What is wrong?
## Run application $ twitterConsumerKey= twitterConsumerSecret= twitterAccessToken= twitterAccessTokenSecret= node index.js
Fixes #60.
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...