Ignore retweets
This commit is contained in:
parent
a1bca36a16
commit
885959d3e1
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ for t in reversed(d.entries[0:5]):
|
||||||
print("ERROR: First Login Failed!")
|
print("ERROR: First Login Failed!")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
if t.author != '(%s)' % twitter:
|
||||||
|
# skip retweets
|
||||||
|
continue
|
||||||
|
|
||||||
c = t.title
|
c = t.title
|
||||||
toot_media = []
|
toot_media = []
|
||||||
# get the pictures...
|
# get the pictures...
|
||||||
|
|
Loading…
Reference in a new issue