Snapbot provides common infrastructure and abstractions for creating chatbots that work across multiple chat platforms.
Clients:
- SnapchatClient
- KikChatClient
- TelegramClient
Bots:
- Superscript
- Mirror
- Giphy
- Eliza
- Wolfram
- Test
Future:
- ChatBotManager
- manages multiple chatbots
- ChatBotState
var client = new SnapchatClient() var bot = new TestBot(client)
MIT. Copyright (c) Travis Fischer.