Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

benbalter/Twitter-Reach-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Reach Calculator

Given a twitter search query, calculates the a rough number representing the direct reach

Caveats

  1. Doesn't take into account the fact that a given user may follow two people that tweet a URL ( e.g., just adds follower counts of all matching tweets )

  2. Doesn't take into acount RTs ( e.g., if a tweet mentions the query parameter, and then is RT'd, the RT will not be counted )

  3. Limited to first 100 results ( no paging )

Example Usage

$reach = new Twitter_Reach( 'http://ben.balter.com' );

About

Calculates the reach of a given URL on twitter

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published