Tom Maiaroto
Tom Maiaroto
Gather basic metrics (subscribers, star ratings, views, etc.) and changes in subscribers, views, and ratings. This type of harvest is done on a separate schedule from the other content harvesting...
Test cases are really needed. It's a bit tough to test though because it's awkward to test someone else's API... Mocks and such are available using the testify package, but...
I'm thinking about analyzing color palette of shared media... Would be interesting for Instagram. I need to get an idea for people's desire for such data.
See: https://github.com/bradrydzewski/go.auth Add OAuth so that users can authenticate and then make API requests from the dashboard.
Initially only keywords/tags were used, but Instagram allows media discovery by location as well. It's just not so easy to automate. The reason is because you must use a location...
Twitter (mostly, but not only) is full of spam accounts managed by bots/scripts. We can detect these by a set of rules: - Look at the profile picture, if it's...
There are some SQL scripts in the `scripts` directory which can be executed to setup tables for Social Harvest...But these change, so proper migrations are going to be required. Goose...
Virality Score has a whole Node.js crawler to do this and it even extracts entities. Social Harvest needs a tool like this too...But in Go of course. I stumbled upon...
Using: http://adodson.com/hello.js https://github.com/MrSwitch/hello.js This will allow for additional API methods to be called which can enrich widgets (show profile pictures on demand for example). It will also allow the dashboard...
There are a few global filters for the dashboards. Time (date range) is the most important one, but also social networks. This should just be a button up top near...