/TweakStatus

Simple status checker script for your mobile substrate tweaks hosted on BigBoss repo.

Primary LanguageRuby

TweakStatus

Simple status checker script for your mobile substrate tweaks hosted on BigBoss repo. This utility will send an user notification everytime one of your tweaks dowload number increases by 10 (you can obviously change that number in the code).

alt tag

#Installation ###Mac OSX WARNING - You will have to manually install one of the dependencies, since auto-installing it creates issues.

Run sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future gem install nokogiri

If you don't have bundler you'll also have to run sudo gem install bundler.

Finally execute bundle install in TweakStatus path.

#Usage Simply run it with ruby TweakStats.rb.

#More This project is mostly a test, it will never be a big project, nor i will update it frequently. I'm just learning Ruby and this is part of my training. ##Even more info! In the url.txt file i have added OopsLock my first tweak and Clap a tweak by a friend of mine, be sure to check that out!