Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

v1.0.0

Latest
Compare
Choose a tag to compare
@SJang1 SJang1 released this 08 Dec 17:58
· 8 commits to master since this release
e9469b3

Thanks for original developer to make this easier

실행방법

  1. telegram에서 BotFather 에게 메시지를 보내 새 봇을 하나 만듭니다.
  2. telegram에서 IDBot 에게 메시지를 보내 메시지를 보낼 사람의 ID를 가져옵니다.
  3. telegram에서 BotFather 에게 받은 링크로 봇 채팅방에 접근하여 /start 메시지를 날려줍니다.
  4. 터미널이나 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

  • 사전예약 시작 안했을 때를 테스트해보지 못했습니다.
  • 지금은 아래와 같은 옵션 선택만 옵션정보를 알려주고, 이외는 옵션확인실패 라고 안내합니다.
    image
  • 설정값이 두개 이상인 경우 그 모든 설정값이 붙어있어 옵션 값은 참고용으로만 사용해 주세요.

ETC

  • 빠른 속도가 중요함에 따라 링크를 줄이지 않음 (아래 스샷대로도 할 순 있습니다 = 확인절차가 한번 더 있게되어 접속할때 시간이 더 걸림)
    image

요청&응답예시

image

아래 표시되는 문구는 지금 당장은 무시하셔도 됩니다.

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

image