Delete tweet by command

This commit is contained in:
2017-05-16 19:39:49 +03:00
parent 86100a8483
commit 7875cbdb04
2 changed files with 24 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import filecmp
import shutil
from check import *
from retweet import *
from deleteTweet import *
import authorization
@@ -57,5 +58,6 @@ def main():
print log_str,
retweet()
deleteTweet()
time.sleep (60*30)