https://vexg.github.io/cilok-v3/
- This source code using pnpm as primary dependencies manager. Learn more
- You can skip this section if you using heroku.
bash ./src/install.sh
start ./src/install.bat
- heroku/nodejs
- https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
- https://github.com/clhuang/heroku-buildpack-webp-binaries.git
- From "-.env" rename to ".env" in
src
and fill the value in that file. - Fill your client number (Optional) & your other / primary number in
config.json
to validate that you're the owner of the bot & you can change the response message, unicode, etc if you want to.
- run this command in your terminal
- production
pnpm build && pnpm start
- development
pnpm dev
- production
- scan the QR to make a session. session, chats will be stored in
src/database
- there will be some logs spamming because the logger level is set to
info
, you can change the value tosilent
in here to hide the spamming logs. Learn more