Basic Twitter Search
git clone https://github.com/IsiRoca/Twitter-Search.githttps://github.com/IsiRoca/Twitter-Search/archive/master.zipFirst step, get a "API consumer key" and "API OAuth Access Token" from Twitter. Sign in to the Apps.Twitter.com page and register an application.
Edit src/config.php file and paste your data from Apps.Twitter.com
/*
* Twitter API KEY
* Put your values in the next variables.
*/
$oauthAccessToken = "Your_Twitter_API_OAuth"; // Your Twitter API OAuth Access Token
$oauthAccessTokenSecret = "Your_Twitter_API_OAuth_Access_Token_Secret"; // Your Twitter API OAuth Access Token Secret
$consumerKey = "Your_Twitter_API_Consumer_Key"; // Your Twitter API Consumer Key
$consumerSecret = "Your_Twitter_API_Consumer_Secret"; // Your Twitter API Consumer Secret
$maxResponse = 3; // Max num results. Default = 3If you have a patch, or stumbled upon an issue with Twitter Search, you can contribute this back to the code
This is free software, licensed under the MIT License (MIT).
@Author: Isi Roca @Support: Issues & Support