sombre-all2 / Chiku-MD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GIF

chiku (Beta)

Konochiwa Senpai, I am "chiku md " a WhatsApp bot made by Ayush to do everything that is possible on WhatsApp based on WhatsApp Multi Device(MD) Support.



✧✧ This bot is still under development so if you want to recode/modify it, pls check this main repo once in 2 days because i am continuously debugging it and making major changes in it.


✧✧✧ Why use chiku as your Base?

1. Copyright Free.
2. No Source Code Encryption.
3. Most commands.
4. Singe prefix ("-").
5. Self restoration.
6. No API key needed!
7. Full premission to Recode.
8. Regularly Updating and Improving.
9. Supports Latest WhatsApp, GB, Fouad, Alpha, YoWhatsApp and all other mods (MD).

✧ The main motto of this project is to provide Beginner Devs a base without any limitations 😊.
✧ Check "Credits" section and Support Them too.

-regards Ayush

✧✧✧ Video tutorial for Heroku Deploy:

Watch tutorial on YouTube

Here's the Video Tuturial for Deploying and Hosting Miku Bot on Heroku.

✧✧✧ Heroku Deployment Method:

Scan indirectly from my repl.it

replit-logo-png-transparent

if you can see device not connected error then refresh The qr page and scan again within 15 seconds

chiku

Fork this repo.

Scan indirectly from my repl.it

✧ Download the session.json file and upload it on the hompage of your Fork.

✧ Go to your Heroku account.

✧ Create a random app in Heroku with any name.

✧ Connect your GitHub with Heroku

✧ Then connect chiku's repo from your GitHub.

✧ Go to Heroku's settings ---> Add Buildpacks then connect these 3 buildpacks one by one mentionned below.

✧ Then come back to Heroku ---> Deploy then deploy the app

✧ After deploy is finished goto Heroku ---> Resources and turn on the switch.

✧ Enjoy :)

✧ Heroku Builbpacks:

https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
https://github.com/clhuang/heroku-buildpack-webp-binaries.git
heroku/nodejs

✧✧✧ Join My Whatsapp Group for Support

✧✧✧ CMD Deployment Method

##git clone(https://github.com/Ayush-pandey-u/Chiku-MD.git) ##cd Miku-MD npm i

✧ Requirements for CMD istallation:

  • Git
  • Node.js
  • Libwebp
  • FFmpeg

Note: If you don't pre-install these plugins before CMD Installation bot couldn't execute name commands!

✧✧✧ Termux Deployment Method

apt update
apt upgrade
pkg update && pkg upgrade
pkg install bash
pkg install libwebp
pkg install git -y
pkg install nodejs -y 
pkg install ffmpeg -y 
pkg install wget
pkg install imagemagick -y
git clone https://github.com/Ayush-pandey-u/Chiku-MD
cd Chiku-MD
npm i
npm start

✧✧✧ To keep chiku alive without internet 24/7

npm i -g pm2 && pm2 start index.js && pm2 save && pm2 logs

About

License:MIT License


Languages

Language:JavaScript 99.9%Language:Dockerfile 0.1%Language:Procfile 0.0%