n0madic / twitter-scraper

Scrape the Twitter frontend API without authentication with Golang.
MIT License
899 stars 187 forks source link

search problem #58

Closed everything-is-going-to-be-okay closed 2 years ago

everything-is-going-to-be-okay commented 2 years ago

search queries like ok (from:Chako_tay OR from:Jinek_RTL)

didn't work until i removed

query = url.PathEscape(query)

in search.go file