anaconda
anaconda copied to clipboard
I want to detect that a twitter user is tweeting.
When a specified user tweeted, I want to detect that tweet.
How should I use which function of this project?
v := url.Values{}
s := api.PublicStreamFilter(v)
v.Add("follow", "2876288241")
for {
item := <-s.C
fmt.Println(item)
}
Result: {[]
0 false und {map[] {[] } [] {[] } [] } 0
That should be in home feed.