diff --git a/README.md b/README.md index 6599072..bbedfb9 100644 --- a/README.md +++ b/README.md @@ -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. -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" -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 of last week. diff --git a/twoot.py b/twoot.py index 137d582..3b74895 100755 --- a/twoot.py +++ b/twoot.py @@ -361,8 +361,8 @@ def main(argv): tweets.append(tweet) # DEBUG: Print extracted tweets - for t in tweets: - print(t) + #for t in tweets: + # print(t) # ********************************************************** # Iterate tweets. Check if the tweet has already been posted