inc-bot is a kind of automated bot for WhatsApp that was developed using the Golang programming language and uses the package Whatsmeow. With the support of Golang technology and the sophistication of WhatsApp, inc-bot is able to provide various features and functionality to enrich the user experience in using WhatsApp.
This project supports Linux/Windows
- Step 1: Download or clone this repository.
- Step 2: Install Golang here = 1.20.
- Step 3: Change the
.env.example
file to.env
and modify the contents of the file with the required information (such as bot owner jid and bot name). - Step 4: Run the bot with the command:
# enter the bot directory
cd inc
# install dependencies
go get all
# run bot
go run .
# or
go run main.go
- Step 5: Open WhatsApp and scan the QR that appears in the log.
If you want to contribute to the development of this bot, here are the steps you can take:
- Fork this repository.
- Create a new branch:
git checkout -b new-features
. - Make the necessary changes.
- Commit your changes:
git commit -m 'Added new feature'
. - Push to the branch you created:
git push origin new-features
. - Create a pull request.