Skip to content

Commit

Permalink
Merge pull request #108 from Eilgnaw/master
Browse files Browse the repository at this point in the history
add 'tweet_search_mode=live' to  solve #95 #100 issues
  • Loading branch information
jonbakerfish authored Nov 5, 2020
2 parents c8bb0d7 + b7ecba4 commit 61f11e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TweetScraper/spiders/TweetCrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def __init__(self, query=''):
f'&spelling_corrections=1'
f'&ext=mediaStats%2ChighlightedLabel'
f'&count=20'
f'&tweet_search_mode=live'
)
self.url = self.url + '&q={query}'
self.query = query
Expand Down

0 comments on commit 61f11e8

Please sign in to comment.