Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmcdos/skype-log
Monitoring tool to log Skype chat messages to SQL database
https://github.com/tmcdos/skype-log
logging rest-api skype-messages
Last synced: about 3 hours ago
JSON representation
Monitoring tool to log Skype chat messages to SQL database
- Host: GitHub
- URL: https://github.com/tmcdos/skype-log
- Owner: tmcdos
- License: mit
- Created: 2017-03-08T16:08:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T10:51:25.000Z (almost 7 years ago)
- Last Synced: 2023-07-10T17:43:18.305Z (over 1 year ago)
- Topics: logging, rest-api, skype-messages
- Language: Pascal
- Homepage:
- Size: 276 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skype logger
### Monitoring tool to log Skype chat messages to remote web service
This application consists of a Win32 service and 2 PHP scripts.
Once started, the service constantly monitors Skype data folder for new records in all ***main.db*** files for every Skype account.
If there are new records with chat messages or file transfers - the service sends HTTP request with JSON formatted data to a PHP service, which in turn store the information into MySQL database.
There is also a simple web search-box for finding conversations.This application is primarily intended for corporate usage, where the chats with clients may become ***extremely*** important and company can not afford losing them by either intentional or accidental ***deletion*** of local Skype history.
![](https://github.com/tmcdos/skype-log/raw/master/screenshots/1.png)