start listener

This commit is contained in:
Lynne Megido 2018-10-27 23:30:14 +10:00
parent 62ccd3a529
commit 099cb87111
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

View File

@ -65,3 +65,6 @@ class ReplyListener(mastodon.StreamListener):
visibility = "unlisted"
client.status_post(toot, post_id, visibility=visibility)
print("replied with " + toot)
rl = ReplyListener()
client.stream_user(rl)