Skip to content

KylinWu/SticKerKer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SticKerKer

A bot to convert Line stickers to Telegram.

Requirement

  1. node.js
  • version >= 9.11.1
  1. npm
  • version >= 5.6.0
  1. Build TDLib
  1. Obtain your Telegram Application api_id and api_hash from Here

  2. Obtain your Telegram Bot Token from BotFather

  3. Obtain your Telegram Chat ID from @id_chatbot

Installation

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 and Chat 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/
    

Usage

node index.js

Knowing issues

  • (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 to prod 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).

About

A bot to convert Line sticker pack to Telegram. a.k.a 貼圖小搬手

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published