ab60931620
This is missing any error handling and rate-limiting around the stream itself, but once the stream is established, the full range of events are supported. Fixes issue #14.
4 líneas
171 B
Python
4 líneas
171 B
Python
from mastodon.Mastodon import Mastodon
|
|
from mastodon.streaming import StreamListener, MalformedEventError
|
|
|
|
__all__ = ['Mastodon', 'StreamListener', 'MalformedEventError']
|