Skip to content

johannesstricker/skype-autoresponse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skype Auto-Response

A python script to automatically reply to new skype messages.

Sample Invocation

main.py --username <your_skype_username> --password <your_skype_password> --response response.txt --timeout 60

This will reply to new messages with the contents of the file response.txt if the sender's last message was at least 60 seconds ago.

Requirements and Limitations

The script uses the SkPy package to interact with the Skype API. Because the API is undocumented and might change at any time the code could break unpredictably as well.

About

Automatically respond to skype messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages