Merge pull request #112 from helios2003/master
Fixed typo in README in the section "Search profiles by query".
This commit is contained in:
commit
5b0c8c3f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue