Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagompalte/onebitbot
Manage FAQ in chatbot
https://github.com/tiagompalte/onebitbot
bootcamp-onebitcode onebitecode ruby-sinatra
Last synced: 7 days ago
JSON representation
Manage FAQ in chatbot
- Host: GitHub
- URL: https://github.com/tiagompalte/onebitbot
- Owner: tiagompalte
- Created: 2019-06-08T14:15:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T03:48:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T14:26:54.710Z (over 1 year ago)
- Topics: bootcamp-onebitcode, onebitecode, ruby-sinatra
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OneBitBot - Manage FAQ in chatbot
Second application developed in Bootcamp of [OneBitCode](https://onebitcode.com/)
Access [OneBitPalteBot](https://t.me/OneBitPalteBot)
## Usage
Clone the repository with `git clone https://github.com/tiagompalte/onebitbot.git`. In the repository folder:
* Run `sudo docker-compose build`
* Run `sudo docker-compose run --rm website rake db:create`
* Run `sudo docker-compose run --rm website rake db:migrate`
* Run `sudo docker-compose up`## What was developed
* [Sinatra](https://github.com/sinatra/sinatra)
* [Rspec](https://relishapp.com/rspec)
* [Dialogflow](https://dialogflow.com)