https://github.com/howl-anderson/weatherbot_ui
WebChat UI (HTML pages) for WeatherBot
https://github.com/howl-anderson/weatherbot_ui
Last synced: 7 months ago
JSON representation
WebChat UI (HTML pages) for WeatherBot
- Host: GitHub
- URL: https://github.com/howl-anderson/weatherbot_ui
- Owner: howl-anderson
- License: mit
- Created: 2018-10-04T13:40:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T11:22:17.000Z (over 6 years ago)
- Last Synced: 2025-01-21T21:47:03.157Z (9 months ago)
- Language: HTML
- Homepage: http://weather_bot.xiaoquankong.ai/
- Size: 367 KB
- Stars: 14
- Watchers: 3
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UI for 天气预报查询机器人
## 功能
提供一个静态的基于 WEB 的用户界面,方便用户和机器人进行对话## 依赖
python >= 3.5## 安装
```bash
pip install -r requirements.txt
```## 启动
```bash
./start_server.bash
```访问 http://127.0.0.1:8000
## 在线演示
http://weather_bot.xiaoquankong.ai/## 作者
Xiaoquan Kong @ https://github.com/howl-anderson
## Credits
所用的 `webchat.js` 来自于 [rasa-webchat](https://github.com/mrbot-ai/rasa-webchat) 项目## Copyrights