ryanmcgrath / twython

Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.
http://stackoverflow.com/questions/tagged/twython
MIT License
1.85k stars 397 forks source link

Recent changes to the streaming api broke the code base #530

Closed bianjiang closed 4 years ago

bianjiang commented 4 years ago

Need to remove these two in the streaming/api.py

self.user = StreamTypes.user
self.site = StreamTypes.site

https://github.com/ryanmcgrath/twython/blob/9ccc57622121b102b41b05d7e19024d5cfa835f9/twython/streaming/api.py#L89

ryanmcgrath commented 4 years ago

Fixed.