Example Python (v3) code to monitor Streaming Twitter API and send OSC messages when a matching tweet is seen.
pip install tweepy
pip install python-osc
This Digitial Ocean article How To Authenticate a Python Application with Twitter using Tweepy on Ubuntu 14.04 steps 2 through 4 explain how to get the secret keys needed to access the Twitter API.