diff --git a/Error List b/Error List deleted file mode 100644 index 5cb6dfe..0000000 --- a/Error List +++ /dev/null @@ -1 +0,0 @@ - Description of error diff --git a/Error_List b/Error_List new file mode 100644 index 0000000..38957c8 --- /dev/null +++ b/Error_List @@ -0,0 +1,2 @@ +<51>< TwythonDeprecationWarning: This method is deprecated. You should use Twython.upload_media instead> +<53><Не выводится текст в файл><> diff --git a/README.md b/README.md index f8d9f8f..20148c1 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# TwitterShitter \ No newline at end of file +# TwitterShitter + diff --git a/main.py b/main.py index 082b52f..07e95b2 100644 --- a/main.py +++ b/main.py @@ -10,6 +10,7 @@ import filecmp import shutil from check import * from retweet import * + import authorization import PIL @@ -40,7 +41,7 @@ def main(): if (filecmp.cmp(dir+'img.jpg', dir+'imgold.jpg') == False) and (filecmp.cmp(dir+'img.jpg', dir+'nla1.jpg') == False) and (filecmp.cmp(dir+'img.jpg', dir+'nla2.jpg') == False): break - + tweet_text = '' data = authorization.app.tag_urls(['https://imgur.com/'+id+'.jpg']) i=0 @@ -56,5 +57,5 @@ def main(): print log_str, retweet() - + time.sleep (60*30) \ No newline at end of file