If you're opening Termux for the first time, install the required packages:
pkg install git
pkg install wget
pkg install ffmpeg
pkg install nodejs
pkg install npm
Next, clone the repository and set it up:
git clone https://github.com/xhclint/Toxic-MD
cd Toxic-MD
pkg install tesseract
npm i -g cwebp
npm i -g ytdl
npm i node-tesseract-ocr
npm i
npm i got
Start the bot:
node index.js
Get started with deploying on Termux