- PHP version 7.0 and above
- MySQL version 5.5.3 and above
(Automatically determined, only tested on the current PHP & MySQL versions)
Clone the repository into a web server directory and run git submodule update --init
to retrieve the submodules.
Visit the directory you cloned into in a web-browser. You should be redirected to setup.php.
Once you have completed the setup process, create a task to run gettweets.php at regular intervals.
(E.g. on OS X the cron task I run is @hourly /opt/local/bin/php /opt/local/apache2/htdocs/twitter-dev/gettweets.php --quiet
)
Then, visit the directory again where you can search through the stored tweets using index.php.
You can surround words with quotes to search for that exact combination and prefix them with +
or -
to ensure those words are included, or excluded as necessary.