Connecting to twitter Streaming API

Hi all, I’m very new to bubble and I’ve just been playing around with the site for university research into machine learning. I have figured out how to use the API connector for some tasks and I’ve figured out how to use blockspring to get tweets relating to x topic.

However I can’t for the life of me figure out how to use the API connector for twitters streaming API so that I can get a live feed of tweets. I can do this with Python using Tweepy very easily - but I’m completely stuck at the moment doing it in bubble. I don’t even know where to begin to be honest. Does anybody have any tips?

Thanks!

Bump!

Bumping for Mark and myself.

The complexity will depend on the authorisation.

Is this is a user authenticating using THEIR twitter account and then seeing something ? So User Auth ?

Or is it purely your app connecting on its own ? So Application Auth ?

Purely the application connecting on its own

Some solution for that??