🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

twitter-rss-server

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitter-rss-server - npm Package Compare versions

Comparing version
0.4.2
to
0.4.3
+1
-1
package.json
{
"name": "twitter-rss-server",
"version": "0.4.2",
"version": "0.4.3",
"description": "tiny server that hosts Twitter timelines as RSS feeds",

@@ -5,0 +5,0 @@ "bin": {

@@ -14,10 +14,9 @@ # twitter-rss-server

Unfortunately Twitter has a great deal of barriers around their API. Setup
requires [creating a new Twitter app](https://apps.twitter.com/) in order to get
a Consumer Key, Consumer Secret Key, an Access Token, and an Access Token
Secret. Oy vey.
Twitter has chosen to put up barriers around their API, so you'll need to
[Create a Twitter App](https://apps.twitter.com/) to get a Consumer Key,
Consumer Secret Key, an Access Token, and an Access Token Secret. Oy vey.
On your first run of `twitter-rss-server` you'll be asked for these values:
they'll be written as a JSON blob in your system's configuration directory
(`~/.config/configstore/twitter-rss-server` on \*nixes).
Once you have these, you'll be asked for them on your first run of
`twitter-rss-server`. They'll be written as a JSON blob in your system's
configuration directory (`~/.config/configstore/twitter-rss-server` on \*nixes).

@@ -50,3 +49,3 @@

making it stateless: fire up the server and grab fresh RSS data whenever you
like.
like!

@@ -53,0 +52,0 @@