why? it is so spagetti
- 사전예약 시작 안했을 때를 테스트해보지 못함
- 지금은 아래와 같은 옵션 선택만 설정값을 넘겨줌, 옵션 없는경우 테스트 안해봄
- 설정값이 두개 이상인 경우 그 모든 설정값이 붙어있음 예시 :
CPU : 10세대 i516GB × SSD 512GB × 스페이스 그레이
으로 표시됨 :CPU : 10세대 i5 / 16GB × SSD 512GB × 스페이스 그레이
이여야 하기에 고쳐야함
-
쿠팡 푸쉬알림 맨날 늦어서 못믿겠고 쿠팡알림 수취거부해놨어요 >_<
-
텔레그램 좋아용!
-
판매 시작 시간을 모르는 일시품절로만 처리된 상품을 살 때 유용합니다
2020년 M1 맥미니가 그랬어요 그래서 어쩔수없이 이런거를 겨우... 힝힝
- git clone
- cd into it
- npm install
- Change Those Things on top
- node ./index.js [args(Required)] - see down below
Example :
node ./index.js -S 1000 -B "10000000:AAAAAAAAAAAAAAA" -M "123456789" -U https://www.coupang.com/vp/products/1469610?vendorItemId=3008356047
-U string : "url" Only works with coupang - Required
-B string : "TelegramBotKey" - Write in code possible
-M string/int : Send Message to this ID - Write in code Possible
-S int : How often do you want to check - Default 10000 (10sec) - Write in code Possible
All Options have to be vaid to run the script.