Skip to content

Instantly share code, notes, and snippets.

View eckolancer's full-sized avatar

Chris Barry eckolancer

View GitHub Profile
@eckolancer
eckolancer / Andorid e-Rewards Mobile.rb
Last active June 14, 2017 15:25
Android App Rating widget for Dashing
#!/usr/bin/env ruby
require 'net/http'
require 'openssl'
# Average+Average Voting on an Android App
#
# This job will track the average vote score and number of votes on an app
# that is registered in the google play market by scraping the google play
# market website.
#