Skip to content

A library for accessing some of Twitter's undocumented APIs.

Notifications You must be signed in to change notification settings

ws/StarryKnight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StarryKnight

Because Twitter really should have a documented favorites API

Using this probably breaks Twitter's TOS. So you definitely shouldn't use it. Nope. Never. Ever.

StarryKnight is a very simple Node module that gives you three methods. Those three methods are very self explanatory, but I put examples anyway.

NOTE: I have not touched this code in months. It may not work perfectly. I might be able to fix it if you drop me a tweet.


Examples

var StarryKnight = require('StarryKnight')

StarryKnight.getUsersLatestTweets('ws', function(tweets){
	console.log(tweets)
})

StarryKnight.getTweetFaves('380862378214457347', function(users){
	console.log(users)
})

StarryKnight.getTweetRetweets('384481615692693504', function(users){
	console.log(users)
})

About

A library for accessing some of Twitter's undocumented APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •