- Sharing - Using the Twitter Stream API with Max/MSP and Python

Federico-AmazingMaxStuff's icon

Hi everybody, I made a tutorial on how to access the Twitter API using a python script and send the twits to Max.
It allows you to get a real-time stream of twits filtered according to keywords.
You can find the video and the download link here:

https://youtu.be/vp-7w-PeMJ0

Robin Parmar's icon

Nice one, Federico!

Megan Stevens's icon

I have an error: "No module named tweepy.streaming" when I run the code with python, not specifying python3. I know I have tweepy installed for Python 3.9 because I can run my own API code using Python 3.9. How can I make it run on an earlier version as you suggested?