Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

yuu-eguci/simple-skype-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleSkypeBot

最小構成のSkypeBotセット。

Description

WatchDogクラスがSkypeのDBを監視して更新があったらSimpleSkypeBotを呼び出す。 SimpleSkypeBotクラスは発言の内容を調べて対応した内容をSkypeへ送る。

Setting

Rename SkypeBot.conf.default to SkypeBot.conf in the first time.

dbPath

Windows - C:/Users/username/AppData/Roaming/Skype/skypeId
Mac     - /Users/username/Library/Application Support/Skype/skypeId

url

Open skype for web page on Chrome. Push F12 and You'll see Developer Tools. Open Network tab. Type something in the chat room where you want to use bot, and then you can find two Message items. Choose the one pointed red sign in the image.

2

Write Request URL at url.

3

token

Scroll downward from Request URL, copy RegistrationToken and paste this long token.

4

Releases

No releases published

Packages

No packages published

Languages