1

I'm using Twitter's API streaming with tweepy to track Tweets containing a list of terms. One of the terms I want to track is "BE", which is an acronym of a Portuguese party. The problem is that the listener is given positive signals to all Tweets that contain a youtu.be link, like this one. How can I prevent this?

Harmon758
  • 5,084
  • 3
  • 22
  • 39
Miguel
  • 2,738
  • 3
  • 35
  • 51

1 Answers1

2

There's not a good way to do this with Twitter's API.

Your best option is simply to exclude those Tweets when you're processing them.

Harmon758
  • 5,084
  • 3
  • 22
  • 39