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_id
andapi_hash
from Here -
Obtain your Telegram Bot
Token
from BotFather -
Obtain your Telegram
Chat ID
from @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
,Token
andChat Id
in the.env
file. - After TDLib build finished , copy TDLib shared-library
libtdjson.so
to 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.dev
data center (hereinafter “DC”). If you want to connect toprod
DC, you could install version 2.2.8 but this version is very unstable and highly possible to get a temporary ban (a few hours)