Skip to content

properties/twitter-live-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

twitter-live-count

A PHP live tweet counter for Twitter.

Create a live updating tweet information as easy as this:

  POST to -> api.php
  
  VALUE -> id : "723413639558885376"

Will give an JSON response:

{
    "retweets": 1,
    "favorite": 5,
    "tweet": "hi, this is a tweet",
    "displayname": "matthew",
    "screenname": "properties"
}

About

Auto-updating tweet information of a Twitter tweet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published