Father skype bot - initially used for fun and job duties. Shared to github because of people requests.
Simple python skype bot.
- python 2.7 x86 installed
- pywin32
- skype4py module
- pyyaml
- Install skype on the the machine where you will execute Father skype bot from
- Install modules from requirements paragraph (TODO: make dependencies resolving script)
- Create new folder and clone skype bot files from the (TODO: make installer: py or exe)
- Select a chat you want to join and put its id in chat_id setting in config.yaml (to be honest dunno how you will know your chat id without debugging:) TODO: fix it)
- Run Father bot
- Skype will popup about external application (python.exe) wants to access Skype - allow it
- Add doctest tests
- Interactive menu to allow user to select the chat to join
- Dependencies resolution script
- Installer: py or exe
- Add data mining plugin (for example: detect most popular topics, persons and words). Try to define the chat topic and predict it
- Simple linguistic analysis ....
- blah blah
