Simple Twitter Tracker

Hi.

In case somebody needs to track a Twitter user here is my simple python implementation of tracker https://github.com/goliasz/snowplow-twitter-tracker.
It connecting to public stream. It is pushing events to collector using python tracker as unstructured events. Feel free to fork and modify.

3 Likes

Nice idea - I’ll check it out. I did want to give you a callout. You might want to remove your env.sh from public github repo - either by supplying a .gitignore env.sh or moving it outside the context of your git repo.
or you could use environment variables, and make references to them there.

Really cool @goliasz, thanks for sharing!

Hi. Thanks for notification. It landed there by accident. I’ll add it to .gitignore to be on the safe side. I’ve regenerated my Twitter app keys.

1 Like

I’ve added more description to README

1 Like