Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #112 from helios2003/master
Browse files Browse the repository at this point in the history
Fixed typo in README in the section "Search profiles by query".
  • Loading branch information
n0madic committed Jun 25, 2023
2 parents 7ce9e95 + cc1258e commit 302c2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 302c2d4

Please sign in to comment.