Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 552 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 552 Bytes

Nihonngo Search Pack

TODO: Add some information about this project

Environment setup

To use this package, you may just clone the project and install the package by pip.

git clone https://github.com/torrid-fish/NihonngoSearchPack.git \
pip install -e ./NihonngoSearchPack

API setup

This package depends on API provided by Yahoo JP, therefore you should have one API key from Yahoo JP, then put it in yahooAPI/key.py as the following.

APPID = "Your Yahoo API Key"