AmauryCarrade / MastodonToTwitter

Mastodon <-> Twitter cross-poster.
MIT License
250 stars 41 forks source link

Incompatible with newer Mastodon.py releases #66

Open benjaoming opened 4 years ago

benjaoming commented 4 years ago
[04/12/2019 18:19:03] [Mastodon -> Twitter] Listening for toots…
Exception in thread Mastodon -> Twitter:
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "code/MastodonToTwitter/mtt/mastodon_to_twitter.py", line 232, in run
    self.mastodon_api.stream_user(TootsListener(self), async=False)
TypeError: stream_user() got an unexpected keyword argument 'async'