Make your own coupang partners bot easily
Project description
cupas
cupas는 쿠팡 파트너스 Open API의 Python Wrapper입니다.
https://github.com/22Hours-edu/pycupas https://github.com/winterlood
사용 권한
쿠팡 파트너스의 Open API는, 판매 실적을 인정받은 회원에게만 제공되는 Access key와 Secret key를 필수 요청 값으로 지정하고 있습니다
따라서, 쿠팡 파트너스의 Key를 보유하고 있지 않다면 사용이 불가합니다.
기본 사용법
import
from pycupas import cupasApiDriver
다음과 같이 cupasApiDriver를 이용해 사용할 수 있습니다.
Initializing
cupas = cupasApiDriver.CupasApiDriver('access_key','secret_key')
다음과 같이 CupasApiDriver를 초기화 하신 뒤 사용할 수 있습니다 .
Get Shorten Link
쿠팡 파트너스 수익으로 전환되는 단축 링크를 생성하는 API 입니다.
subId = 'sub' # Optional
linkList = ['linkA','linkB'] #coupang 상품 페이지의 url 로 구성된 string list입니다.
cupas.get_cuplink(linkList,subId)
# linkList 는 필수
# subId는 optional
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycupas-1.0.6-py3-none-any.whl.
File metadata
- Download URL: pycupas-1.0.6-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79b45611aa69ddf239a3f223f053ad139960e5ecf79b3342b6f705937bdf3d78
|
|
| MD5 |
34799248701ae92993a11a6e720a2244
|
|
| BLAKE2b-256 |
1560458a6f0b05e97ff1bbf665ce7f381b466ecd7bad7d1d060ea8ed6cbb5c92
|