Skip to content

jcla1/tweet_collector

Repository files navigation

Tweet collector

Use it to collect tweets from the Twitter streaming API.

Usage

First you need API credentials for the streaming API. You can get those by creating a new Twitter App on the Application management screen. Put these credentials in a JSON file called config.json. Then edit keepalive.sh and put in your DB credentials (tested with MySQL) in the env variable DB_CREDENTIALS. Example: username:password@/dbname If you're not on OSX remove the call to "caffeinate". The script will run the collector, that saves tweets and users to the DB, and in case of an error, it will restart the process. Forever.

About

Simple program to help you collect tweets into a DB via the twitter streaming API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published