diff --git a/tootbot.py b/tootbot.py index 3b71d4a..1638a7c 100755 --- a/tootbot.py +++ b/tootbot.py @@ -72,6 +72,10 @@ for t in reversed(d.entries[0:5]): print("ERROR: First Login Failed!") sys.exit(1) + if t.author != '(%s)' % twitter: + # skip retweets + continue + c = t.title toot_media = [] # get the pictures...