> git clone https://github.com/Ryuk-me/DogeTheBot
Before running the below command, make sure you're in the project directory that you've just cloned!!
> npm i (make sure node is installed in your computer)
Open Config.js and fill all the details.
Feature | Status |
---|---|
Send Photo with Caption | ✅ |
Reply A Photo | ✅ |
Send Video or GIF with Caption | ✅ |
Slap | ✅ |
Command Timeout | ✅ |
Welcome Message | ✅ |
Get a random meme | ✅ |
Text to speech | ✅ |
Delete Message | ✅ |
Mention All User | ✅ |
Get Group Info | ✅ |
Modify group info (subject, description) | ✅ |
Modify group settings (send messages, edit info) | ✅ |
Add group participants | ✅ |
Kick group participants | ✅ |
Promote/demote group participants | ✅ |
enable or disable nsfw | ✅ |
Mute/unmute chats | ✅ |
Get Message Count By User | ✅ |
Image Search | ✅ |
Coding Playground (C, Python, Node) | ✅ |
Authorization to use Bot | ✅ |
Check Uptime and Authorization Status | ✅ |
Feature | Status |
---|---|
Authorization | ✅ |
Deauthorization | ✅ |
Get all authorised Group List | ✅ |
Forward message to all Group | ✅ |
- Create a account on heroku and create a app.
- Go to settings and enter following details
- In reveal config vars add
- KEY = TZ
- VALUE = Asia/Kolkata
- Now click on add buildpack and add following
nodejs
https://github.com/jontewks/puppeteer-heroku-buildpack.git
https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
- In reveal config vars add
- After that Install Heroku cli
https://devcenter.heroku.com/articles/heroku-cli
. - Enter command
heroku login
in command prompt and login with same account and enter details. - Now got to deploy option inside your created app on heroku and copy paste all commands one by one.
- After that you will see some logs in your terminal when its get completed go to resources and turn on your app.
- Now your bot is running on heroku server make sure your mobile is always connected to the internet and whatsapp is running in background.
- Go to settings and enter following details