7 projects
nelo2-logging-handler
requests-default
Request for default
NCP-ELSA
This is for ELSA(Effective Log Search & Analytics) service of NAVER Cloud Platform
NCP_OAuth
This is for OAuth of NAVER Cloud Platform https://github.com/ultimatelife/NCP_OAuth.git
NCP_CSS
This is for CSS(Clova Speech Synthesis) service of NAVER Cloud Platform https://github.com/ultimatelife/NCP_CSS
NCP-CFR
This is for CFR(Clova Face Recognition) service of NAVER Cloud Platform
NCP-Geolocation
This is for Geolocation service of Naver Cloud Platfrom It is simple to use 1. Import and fill your security code ncp_geolocation = NCP_Geolocation_API(oauth_consumer_key="$oauth_consumer_key", secret_key="$secret_key") 2. execute `get_geolocation` function print(ncp_geolocation.get_geolocation("125.209.222.142")) results : {"returnCode": 0,"requestId": "c2032c47-f678-4de1-b595-461906ea90c4","geoLocation": {"country": "KR","code": "4113558000","r1": "경기도","r2": "성남시 분당구"}}