A bot to convert Line stickers to Telegram.
- node.js
- version >= 9.11.1
- npm
- version >= 5.6.0
- Build TDLib
-
Obtain your Telegram Application
api_idandapi_hashfrom Here -
Obtain your Telegram Bot
Tokenfrom BotFather -
Obtain your Telegram
Chat IDfrom @id_chatbot
git clone https://github.com/KylinWu/SticKerKer.git
cd SticKerKer
npm install --save
cp .env.example .env
- Fill in the
api_id,api_hash,TokenandChat Idin the.envfile. - After TDLib build finished , copy TDLib shared-library
libtdjson.soto TDL directory.cp <TDLib>/build/libtdjson.so <SticKerKer>/TDL/
node index.js
- (2018/5/21 - abandoned library)
For now, the telegram-mtproto 3.1.3 is only works for.devdata center (hereinafter “DC”). If you want to connect toprodDC, you could install version 2.2.8 but this version is very unstable and highly possible to get a temporary ban (a few hours)