I am creating an application for my university degree project. It’s based on User List management to help with harassment online.
I need to scan the users TL and parse commands and then add users to a list locally created on my website. for example
@claireyyx #addtolist “students”
the server would the scan the timeline for any tweets made to the user in the above format and list them accordingly.
anyone got any idea how I use the streaming API to do this? Do I need Oauth or can I do it by just accessing tokens?