jcla1 / tweet_collector

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 51.2%Language:Go 48.8%