-
Install dependencies
npm install
-
Set up environment variables file
npm run setup
-
Open
.env
file and replace<token>
and<db url>
with the real bot token and MySQL DB URL -
Create DB
npm run create-db
-
Run DB migrations
npm run migrate
-
Development
npm run dev
-
Production
npm run start
kiangkuang/WhoPick
A polling bot for Telegram to simplify the process of copy, paste, and appending names to lists in chats
JavaScript