AzGoalie / skype-bot

Simple bot for my skype chats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple chat bot for skype

It only works with new skype chats (cloud chats). There is currently no way to make it work with older chats :(

Features:

* Built in chat bot using ChatterBot-API!
* Random Catfacts
* Easily customizable with plugins

Commands:

* !help - returns this message that shows all commands
* !ping - pings the bot
* !roll - rolls a dice of x sides (default is 20)
* !catfact - gives a random catfact!
* !chatbot - toggles on/off the chat bot. When on, talk to the bot with '!' before your message
* !poll - creates a strawpoll! (arguments: title, multiple_votes(true/false), options(comma separated))
* !ask - answers your questions!

Uses Skype4J and ChatterbotAPI

About

Simple bot for my skype chats


Languages

Language:Python 71.8%Language:Java 28.2%