Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Mottl/GetOldTweets3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottl committed Oct 29, 2018
2 parents d0593e1 + db10103 commit 5070888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GetOldTweets3/manager/TweetManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5070888

Please sign in to comment.