https://github.com/Srol/teenbot
A bot I used to create a simulacrum of my teenage self.
https://github.com/Srol/teenbot
Last synced: 25 days ago
JSON representation
A bot I used to create a simulacrum of my teenage self.
- Host: GitHub
- URL: https://github.com/Srol/teenbot
- Owner: Srol
- License: mit
- Created: 2015-09-10T00:34:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T22:06:23.000Z (over 9 years ago)
- Last Synced: 2024-10-28T09:53:44.374Z (6 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-projects - teenbot - A bot I used to create a simulacrum of my teenage self. (JavaScript)
README
# TeenBot
This repository uses [cobe](https://github.com/pteichman/cobe) and [CanvasText](https://github.com/pmphp/CanvasText). Thank you to the devs who made them available.
This repository was used to make the bot in this [article](http://fusion.net/story/193725/i-was-a-teenage-chatbot/) on Fusion.net, as well as a [how-to guide here](http://fusion.net/story/195480/chatbot-teenage-years-how-to/).
If you provide it with the material, it will generate a bot to respond to you with markov chains using that material.
The repository as-is is optimized to live on a Heroku server, with javascript delivering results to the browser window.In order to get it to work, you will need to replace the contents of total.txt with your own text corpus, then use cobe to generate a new cobe.brain.
If you don't do that, it will keep using my crappy deo text.I hope it's helpful.