mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-01-18 23:37:05 +00:00
Forgot to comment out one debug output
This commit is contained in:
parent
17c358a61c
commit
7b22838d35
|
@ -4,10 +4,10 @@ that broke when Twitter refreshed their web UI in July 2019.
|
||||||
|
|
||||||
Instead twoot is self contained and handles all the processing.
|
Instead twoot is self contained and handles all the processing.
|
||||||
|
|
||||||
UPDATE 06 MAR 2020: Added functionality to automatically get images
|
**UPDATE 06 MAR 2020** Added functionality to automatically get images
|
||||||
from tweets considered as "sensitive content"
|
from tweets considered as "sensitive content"
|
||||||
|
|
||||||
UPDATE 15 FEB 2020: Twoot has been rewritten to make use of the
|
**UPDATE 15 FEB 2020** Twoot has been rewritten to make use of the
|
||||||
mobile twitter page without JavaScript after the breaking change
|
mobile twitter page without JavaScript after the breaking change
|
||||||
of last week.
|
of last week.
|
||||||
|
|
||||||
|
|
4
twoot.py
4
twoot.py
|
@ -361,8 +361,8 @@ def main(argv):
|
||||||
tweets.append(tweet)
|
tweets.append(tweet)
|
||||||
|
|
||||||
# DEBUG: Print extracted tweets
|
# DEBUG: Print extracted tweets
|
||||||
for t in tweets:
|
#for t in tweets:
|
||||||
print(t)
|
# print(t)
|
||||||
|
|
||||||
# **********************************************************
|
# **********************************************************
|
||||||
# Iterate tweets. Check if the tweet has already been posted
|
# Iterate tweets. Check if the tweet has already been posted
|
||||||
|
|
Loading…
Reference in New Issue
Block a user