You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So upon implementing the fix mention under isssue #163, upon inspection in headful mode i have realised that the search query isn't actually returning any tweets.
Edit: Confirmed it was a problem with the search query. under utils.py -> log_search_page(), the search query can be modified to removed some of the filters. by doing so it seems to improve the search results. For my use case all i really needed present was a hashtag but i would suggest playing around till you get what your looking for.
The text was updated successfully, but these errors were encountered:
So upon implementing the fix mention under isssue #163, upon inspection in headful mode i have realised that the search query isn't actually returning any tweets.
Edit: Confirmed it was a problem with the search query. under utils.py -> log_search_page(), the search query can be modified to removed some of the filters. by doing so it seems to improve the search results. For my use case all i really needed present was a hashtag but i would suggest playing around till you get what your looking for.
The text was updated successfully, but these errors were encountered: