Tom Maiaroto

Results 66 issues of 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...

task

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...

help wanted
task

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.

enhancement

See: https://github.com/bradrydzewski/go.auth Add OAuth so that users can authenticate and then make API requests from the dashboard.

task

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...

enhancement
task

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...

enhancement

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...

enhancement

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...

task

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...

question

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...

task