Skip to content

IsiRoca/Twitter-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Search

Description

Basic Twitter Search

How to

Git Clone

git clone https://github.com/IsiRoca/Twitter-Search.git

Zip Download

https://github.com/IsiRoca/Twitter-Search/archive/master.zip

Get Twitter App Data

First 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.

Config your Data

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 = 3

Contributing to Twitter Search

If you have a patch, or stumbled upon an issue with Twitter Search, you can contribute this back to the code

Copyright and License

This is free software, licensed under the MIT License (MIT).

Credits & Contact

@Author: Isi Roca @Support: Issues & Support

About

Basic Twitter Seach

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published