Update README.md
This commit is contained in:
parent
2c19aab28b
commit
5032d6517d
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