Giter Site home page Giter Site logo

a-why-not-fork-repositories-good-luck / auto_coupang_partners Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jongjineee/auto_coupang_partners

0.0 1.0 0.0 6.6 MB

쿠팡 파트너스 api와 네이버 api를 이용해 쿠팡 물건을 네이버 블로그에 자동 업로드 합니다.

Python 100.00%

auto_coupang_partners's Introduction

# auto_coupang_partners

쿠팡 파트너스 API와 네이버 API를 이용해 쿠팡 파트너스의 물건을 네이버 블로그에 포스팅 합니다.

Python Version

  • Python 3.8.0

Chromedriver 설치

webdriverpath = os.getcwd() + r"/chromedriver"

Chromedriver를 설치하고 설치 경로를 본인 환경에 맞게 변경해줍니다. 코드는 프로젝트 폴더에 있다는 가정하에 작성되었습니다.

config.py 파일 생성

  • config.py 파일을 다른 파일과 같은 위치에 생성해줍니다.
  • 아래와 같은 형식으로 네이버 Key와 쿠팡 Key를 넣어줍니다.
API_KEY = {
  'NAVER_CLIENT_ID': 'xxxxxxxxxxxxxxxxx',
  'NAVER_CLIENT_SECRET': 'xxxxxxxxxx',
  'COUPANG_ACCESS_KEY': 'xxxxxxxxxxxxxxxxxxxxxxxxx',
  'COUPANG_SECRET_KEY': 'xxxxxxxxxxxxxxxxxxxxxxxxx'
}
  • 위 파일은 main.py에서 사용하기 때문에 넣어서 사용해주시면 편하게 이용하실 수 있습니다.

API KEY 입력 및 네이버 로그인

  • 네이버 로그인을 위한 ID와 PW를 입력합니다.
  • 네이버 블로그 API를 이용하기 위한 KEY를 입력합니다. (client_id, client_secret)
  • 쿠팡 파트너스에서 발급 받은 KEY를 입력합니다. (ACCESS_KEY, SECRET_KEY)
  • 쿠팡에서 가져올 상품의 카테고리를 입력합니다.
  • 가져올 상품의 개수를 입력합니다.
  • 네이버 블로그에 포스팅할 카테고리 번호를 입력합니다.

auto_coupang_partners's People

Contributors

jongjineee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.