Merge pull request #112 from helios2003/master

Fixed typo in README in the section "Search profiles by query".
This commit is contained in:
Nomadic 2023-06-25 23:50:53 +03:00 committed by GitHub
commit 5b0c8c3f9f

View file

@ -80,7 +80,7 @@ import (
func main() {
scraper := twitterscraper.New()
err := scraper.LoginOpenAccount()
if err !== nil {
if err != nil {
panic(err)
}
for tweet := range scraper.SearchTweets(context.Background(),