SeeMe is a Wizard telegram bot that validates data from a user and publishes it in channel and groups.
this bot based on NodeJS and Telegraf Telegraf framework and Sharp Library. ES6/ES7 used.
First rename .env-sample
file to .env
and fill in all necessary values.
BOT_TOKEN="<YOUR_BOT_API_TOKEN>"
DOMAIN="<THE_URL_OF_YOUR_WEBHOOK>"
PORT="<PORT>"
yarn install
yarn dev
yarn install
yarn start