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

Commit

Permalink
Fix error introduced in 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottl committed Nov 3, 2018
1 parent bd9e669 commit c860233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GetOldTweets3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import models
from . import manager

__version__ = '0.0.5'
__version__ = '0.0.6'
2 changes: 1 addition & 1 deletion GetOldTweets3/manager/TweetManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def getJsonReponse(tweetCriteria, refreshCursor, cookieJar, proxy, useragent=Non
"""Invoke an HTTP query to Twitter.
Should not be used as an API function. A static method.
"""
url = ("https://twitter.com/i/search/timeline?vertical=news&q=%s&src=typd&%s"
url = ("https://twitter.com/i/search/timeline?f=tweets&vertical=news&q=%s&src=typd&%s"
"&include_available_features=1&include_entities=1&max_position=%s"
"&reset_error_state=false")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="GetOldTweets3",
version="0.0.5",
version="0.0.6",
author="Dmitry Mottl",
author_email="[email protected]",
license='MIT',
Expand Down

0 comments on commit c860233

Please sign in to comment.