0

I have tweepy installed, version 4.14.0

However when I try from tweepy import Stream

I obtain the error ImportError: cannot import name 'Stream' from 'tweepy'

I think this was working before, has anything changed in the API?

RafaelCaballero
  • 1,555
  • 2
  • 17
  • 24

1 Answers1

1

It looks like support for the API v1.1 status/filter endpoint may have been removed.

Changelog here: https://docs.tweepy.org/en/stable/changelog.html#twitter-api-backwards-incompatible-changes

mikeymon
  • 11
  • 3