These set of python codes together forms an API-based application that gathers information, such as,
- the most searched keywords for different shopping categories, from South Korea's one of the biggest IT company, NAVER.
- other information regarding those keywords, such as monthly searched numbers, product numbers, competition index, etc.
Pull Requests are Welcomed!
Modules required are pandas
, request
, time
, and more.
These are listed in requirements.txt
in the docs
folder. Use the below command to install these dependencies.
pip install -r requirements.txt
-
If you are interested in running the shop_insight_api.py file, you will need to request for an API key here: https://developers.naver.com/main/
-
The APIs are totally free of any charges, it's an openAPI so feel free to try it out!
-
Other files runs even without the API.
-
You just have to install the modules in the
requirements.txt
file, -
then
python name_of_the_file_you_wanna_run
RogerKimJazzLover