Metadata-Version: 2.1
Name: enviRobot-scoop
Version: 0.1.4
Summary: enviRobot service that can be held by Scoop.
Home-page: https://github.com/bohachu/ask_enviRobot
Author: JcXGTcW
Author-email: jcxgtcw@cameo.tw
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# eco_ask

.env檔請填入以下資訊, 並放置於你終端機的工作目錄
```
LINE_CHANNEL_TOKEN=
LINE_CHANNEL_SECRET=
OPENAI_KEY=
GOOGLE_API_KEY=
IMGUR_ID=
```
使用pip安裝
```
pip install enviRobot-scoop
```
使用scoop-handler
```
from enviRobot_scoop import enviRobot_scoop
enviRobot_scoop.handle_enviRobot(dic_params, question, websocket)
```

requirements 裡面要根據不同作業系統設定 kaleido 套件的版號
kaleido==0.2.1 <-- linux
kaleido==0.1.0post1 <-- windows
