Skip to content

andersonshatch/twit-db

Repository files navigation

A Tool to retrieve Twitter timelines & store in MySQL Build Status

Requirements

  • PHP version 7.0 and above
  • MySQL version 5.5.3 and above

(Automatically determined, only tested on the current PHP & MySQL versions)

Installation

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.

Search Tips

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.

About

Retrieve twitter timelines & store in MySQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published