https://github.com/hellcp/tokimute
Conversational bot
https://github.com/hellcp/tokimute
Last synced: over 1 year ago
JSON representation
Conversational bot
- Host: GitHub
- URL: https://github.com/hellcp/tokimute
- Owner: hellcp
- License: cc0-1.0
- Created: 2021-06-25T23:29:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T22:30:59.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T02:55:57.789Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tokimute
Conversational bot
## Set up instructions
Install ruby, ruby development files, bundler, make and gcc c++ compiler, and run:
```sh
cp config/config.sample.yml config/config.yml
editor config/config.yml # Modify the config to fit your needs
# You can also optionally use `editor db/config.yml` to modify db configuration
bundler install
bundler exec rake db:setup
bundler exec rake db:migrate # Add `db=production` to use migrations on the production database
bundler exec bin/tokimute # This starts the bot
```