Skip to content

🐦 Retrieves a Twitter timeline and outputs an RSS feed -- without the Twitter API!

License

Notifications You must be signed in to change notification settings

hackergrrl/twitter-rss-noauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitter-rss-noauth

retrieves a Twitter timeline and outputs an RSS feed -- without Twitter API authentication!

background

Like rss-twitter, but without using the restrictive Twitter API! Huzzah for open access without authentication!

installation

$ npm i twitter-rss-noauth

usage

var twitterRss = require('twitter-rss-noauth')

twitterRss('noffle', function (err, feed) {
  // output an RSS 2.0 feed to stdout
  console.log(feed)
})

api

var twitterRss = require('twitter-rss-noauth')

twitterRss(username, cb(err, feed))

Specify a username of the timeline you want. The callback cb will contain an optional error as its first parameter, and a string containing the RSS feed as its second parameter.

license

MIT

About

🐦 Retrieves a Twitter timeline and outputs an RSS feed -- without the Twitter API!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published