|
Project Information
Links
|
A collection of Python scripts that can be utilized in various ways(Android Notifications, Dynamic Motd for SSH) Android Notification ScriptA simple Python script to be used in conjunction with android-scripting-environment in order to notify the user of recent changes to their Stack Overflow reputation. Current implementation sets the interval of update to one hour, but can be changed.
Custom Motd
Customize ScriptsIn order to use this script there are a couple of things that must be done: #Personalization Items site = 'stackoverflow' usrid = '68172' timeframe = (60*60) #End Personalization Items
site |