TODO: Add some information about this project
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
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"