This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
Thanks for original developer to make this easier
실행방법
- telegram에서 BotFather 에게 메시지를 보내 새 봇을 하나 만듭니다.
- telegram에서 IDBot 에게 메시지를 보내 메시지를 보낼 사람의 ID를 가져옵니다.
- telegram에서 BotFather 에게 받은 링크로 봇 채팅방에 접근하여 /start 메시지를 날려줍니다.
- 터미널이나 cmd를 열어 다음과 같이 입력합니다.
windows-x64.exe -S 시간(ms단위) -B "Botfather에게서 생성한 암호키" -M "IDBot에서 받은 ID" -U "쿠팡링크"
예시 :windows-x64.exe -S 5000 -B "123456789:AAAAAAAAAA" -M "123456789" -U "https://www.coupang.com/vp/products/4322481223?vendorItemId=72343055826"
-S 5000
은 입력하지 않아도 작동합니다. (기본값 10000):(기본값 10초)
-S를 제외한 나머지 옵션은 모두 있어야 정상적으로 동작합니다.
종료를 원하시면 control+c를 눌러주세요
Known Issues
- 사전예약 시작 안했을 때를 테스트해보지 못했습니다.
- 지금은 아래와 같은 옵션 선택만 옵션정보를 알려주고, 이외는 옵션확인실패 라고 안내합니다.
- 설정값이 두개 이상인 경우 그 모든 설정값이 붙어있어 옵션 값은 참고용으로만 사용해 주세요.
ETC
요청&응답예시
아래 표시되는 문구는 지금 당장은 무시하셔도 됩니다.
node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
In the future, you will have to enable it yourself.
See https://github.com/yagop/node-telegram-bot-api/issues/319. pkg/prelude/bootstrap.js:1320:22