Metadata-Version: 2.1
Name: enviRobot-scoop
Version: 0.1.1
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
Requires-Dist: fastapi (==0.63.0)
Requires-Dist: uvicorn (==0.13.4)
Requires-Dist: openai (==0.27.4)
Requires-Dist: geocoder (==1.38.1)
Requires-Dist: line-bot-sdk (==2.4.2)
Requires-Dist: pandas (==1.5.3)
Requires-Dist: geopy (==2.3.0)
Requires-Dist: selenium (==4.7.2)
Requires-Dist: pyimgur (==0.6.0)
Requires-Dist: pyyaml (==6.0)
Requires-Dist: python-dotenv (==0.15.0)

# 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)
```
