Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josxa/insurance-chatbot-prototype
Chatbot Prototype for Smartphone Insurance Damage Claims
https://github.com/josxa/insurance-chatbot-prototype
chatbot conversational facebook nlu slr telegram
Last synced: 13 days ago
JSON representation
Chatbot Prototype for Smartphone Insurance Damage Claims
- Host: GitHub
- URL: https://github.com/josxa/insurance-chatbot-prototype
- Owner: JosXa
- License: mit
- Created: 2018-01-24T12:21:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T09:52:25.000Z (over 6 years ago)
- Last Synced: 2024-12-15T21:36:21.320Z (20 days ago)
- Topics: chatbot, conversational, facebook, nlu, slr, telegram
- Language: Python
- Homepage: https://t.me/InsuranceBABot
- Size: 73.3 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatbot Prototype for Smartphone Insurance Damage Claims
## Local Installation
1. `git clone https://github.com/JosXa/bachelor-thesis-insurance`
2. Install requirements: `pip install -r requirements.txt`
3. Create new Bot on Telegram by sending the command /newbot to @BotFather and follow the instructions
4. Copy .env settings file to root directory, add Bot Token where applicable
5. Run `bot.py` under python3.6 or higher## Deployment
1. On Heroku: Under resources make sure instance is running as "web" service
2. Install Redis and PostgreSQL as Heroku Addons installieren