Merge branch 'master' into БазовыйОтвет

This commit is contained in:
2017-05-16 17:52:02 +03:00
committed by GitHub
4 changed files with 7 additions and 4 deletions

View File

@@ -1 +0,0 @@
<string> Description of error <error log>

2
Error_List Normal file
View File

@@ -0,0 +1,2 @@
<main.py><51>< TwythonDeprecationWarning: This method is deprecated. You should use Twython.upload_media instead>
<main.py><53><Не выводится текст в файл><>

View File

@@ -1 +1,2 @@
# TwitterShitter
# TwitterShitter

View File

@@ -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)