diff --git a/GetOldTweets3/manager/TweetManager.py b/GetOldTweets3/manager/TweetManager.py index 983cf468..e4cc4889 100644 --- a/GetOldTweets3/manager/TweetManager.py +++ b/GetOldTweets3/manager/TweetManager.py @@ -175,7 +175,7 @@ def getJsonReponse(tweetCriteria, refreshCursor, cookieJar, proxy, debug=False): response = opener.open(url) jsonResponse = response.read() except: - print("Twitter weird response. Try to see on browser: https://twitter.com/search?q=%s&src=typd" % urllib.parse.quote(urlGetData)) + print("Twitter weird response. Try to open in browser: https://twitter.com/search?q=%s&src=typd" % urllib.parse.quote(urlGetData)) print("Unexpected error:", sys.exc_info()[0]) sys.exit() return diff --git a/README.md b/README.md index 457d72ac..37636068 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ GetOldTweets3 --username "barackobama" --maxtweets 10 --toptweets ``` ## Python classes -- **Tweet:** Model class to give some informations about a specific tweet. +- **Tweet:** Model class that describes a specific tweet. - id (str) - permalink (str) - username (str)