Skip to main content

For those who want to use Naver Search Ad easily.

Project description

nevada

Its English Documentation is here.

nevada는?

nevada는 네이버의 검색광고 API를 좀 더 쉽게 사용할 수 있도록 해주는 Python 라이브러리입니다.

준비하기 (nevada 설치 전)

설치하기

  • pip3 install nevada
  • git clone https://github.com/taegyumin/python_nevada.git

네이버에서 API Licnese 발급하기

nevada를 이용하기 위해서는 네이버 검색광고시스템에서 API_KEY를 발급 받아야 합니다.

  1. 네이버 검색광고 시스템 메인 탭에서 회원가입을 합니다.
  2. 네이버 검색광고 관리 탭 으로 이동합니다.
  3. 사이트 내에서 도구 > API 관리 로 이동합니다.
  4. API license를 발급합니다.

잘 설치 됐는지 확인하기

Python 파일을 만들고, 아래 코드를 실행하십시오.
현재 시간이 출력되면 코드가 정상적으로 실행된 겁니다.
이때, 코드에서 api_key, secret_key, customer_id의 값은 네이버 검색광고 시스템에서 발급 받은 값으로 변경하십시오.

from nevada.Common.Connector import *

base_url = 'https://api.naver.com'
api_key = "Naver-search-AD_ACCESS_LICCENSE"
secret_key = "Naver-search-AD_SECRET_KEY"
customer_id = "Naver-search-AD_CUSTOMER_ID"

conn = Connector(base_url, api_key, secret_key, customer_id)
print(conn.get_datetime())

자세한 사용 방법은 docs의 설명서를 참고해주시기 바랍니다.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nevada-1.0.9.tar.gz (16.8 kB view details)

Uploaded Source

Built Distribution

nevada-1.0.9-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

Details for the file nevada-1.0.9.tar.gz.

File metadata

  • Download URL: nevada-1.0.9.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.0

File hashes

Hashes for nevada-1.0.9.tar.gz
Algorithm Hash digest
SHA256 4c755a9b3190ea9340ba0fd912d983d7a3be727e35a120c642779d74e7611d12
MD5 c85801d4d270c3c5d1737ba214d232aa
BLAKE2b-256 e2ae71e9aed5ff17bfdf828b2451652a8ff11f3dfce9397fb476b6a3e243d23b

See more details on using hashes here.

File details

Details for the file nevada-1.0.9-py3-none-any.whl.

File metadata

  • Download URL: nevada-1.0.9-py3-none-any.whl
  • Upload date:
  • Size: 22.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.0

File hashes

Hashes for nevada-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 e973a8db4c2f2a139f04e78fde5d670463a89183ee26d3107a163fa2ed7fbb15
MD5 6678819bc8460ff839e65f502beb5f49
BLAKE2b-256 418e84e0feff24992b9c457417469577beaef25efd320319bb639eaaeac552bf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page