My first (somewhat useful) Golang program! This will extract tweet components from a twitter id (server id, datacenter id, sequence number, time in milliseconds, etc.)
github.com/pushshift/twee
#bigdata #datascience #golang
Conversation
Replying to
Hey man, cool job. Just a question. As I don't use goland program, it seems like you are scraping tweeter data rather than using other libraries such as tweepy, am I right?
1
Replying to
I did use Tweepy but decided to just do the oauth management directly so I used my own code to get data from Twitter's API.

