OhYoonHee / sticker-tele-to-wa

Convert telegram sticker or photo to whatsapp sticker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sticker Telegram to Whatsapp

Convert telegram sticker or photo to whatsapp sticker

ENV Variables

REQUIRED VARIABLE

  • BOT_TOKEN - Telegram bot token get it from @botfather
  • GROUP_WA - Telegram chat id, where bot can work
  • STRING_SESSION - More information in here
  • GROUP_WA - More information in here

OPTIONAL VARIABLE

  • UPDATE_CHANNEL - Update channel link
  • SUPPORT_GROUP - Support group link

Deploy to heroku

Get the ENV Variables and then click the button below!

Deploy

Deploy to replit

Get the ENV Variables and then click the button below!

Deploy on Repl.it

After deploy to replit, fill all env variable to replit variable.

WARNING!!

When a build not found module error appears, please run the command yarn build

Local deploy

Requirements

  • git
  • nodejs 14+
  • yarn or npm
  • python 3.8+

Step

$ git clone https://github.com/OhYoonHee/sticker-tele-to-wa.git
$ cd sticker-tele-to-wa
$ npm install
# or
$ yarn install
$ npm run build
# or
$ yarn build
# create .env and fill all value to that
$ yarn start

If you use npm, you can delete yarn.lock file.

if you found any error you can report it to support group

How to use?

  • Send sticker or photo to telegram bot
  • Wait until bot convert telegram sticker to whatsapp sticker
  • Its all step :v

License

MIT License

About

Convert telegram sticker or photo to whatsapp sticker

License:MIT License


Languages

Language:TypeScript 99.1%Language:Dockerfile 0.9%