www.main.lv
Don't think just code it

Search results for 'sql'

2010-12-03 Skype Fallow Mood Text

There are dozzen mood texts that have your skype contacts. But if someone from contact changte it. I have writen this script for following changes in mood textes. It creates sqlite data base, records user name, hash of mood text and mood text. If some of contacts have changed mood text then it show it in output.
Run:
./checkMood.py

and everything works.

2009-07-29 Python Skype Status Check

Script that checks and writes (in case of change) status of Skype users to the SQLite database. Communication with Skype is done via Skype4Py module. 

Use:
Create database file:
python SetDB.py
Run Skype Status check:
python CheckStatus.py
Generate Hourly statistics:
python GenerateStat.py
Download.
Dependencies: Download Skype4Py