https://github.com/fwcd/markov-discord
Discord API bot that generates natural language responses using Markov chains
https://github.com/fwcd/markov-discord
discord-api markov-chain
Last synced: 3 months ago
JSON representation
Discord API bot that generates natural language responses using Markov chains
- Host: GitHub
- URL: https://github.com/fwcd/markov-discord
- Owner: fwcd
- License: bsd-3-clause
- Created: 2018-11-12T18:14:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T23:05:23.000Z (over 6 years ago)
- Last Synced: 2025-04-07T15:17:36.145Z (about 1 year ago)
- Topics: discord-api, markov-chain
- Language: Haskell
- Size: 231 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MarkovBot
A bot that uses the [official Discord API](https://discordapp.com/developers/docs/intro) and Markov chains to generate natural language responses from previous messages in a channel.
## Getting Started
* Create a file named `authtoken.secret` in the repository folder using your API token
## Building
* `stack build`
## Running
* `stack run`
* Invite the bot to your Discord server
* Send a message prefixed with `&` to a channel of your choice
* Wait for a response