๐ค Introduction to LBot - A WhatsApp Bot ๐ค
LBot is an innovative project designed to enhance the functionalities of WhatsApp through automation. This open-source bot, created by Victor Souza Leal, leverages powerful APIs and is developed to provide an array of features extending from simple user commands to complex integrations, all accessible directly on WhatsApp.
๐ Latest Updates
To keep up with the latest enhancements and updates, users can click here to access the most recent version of LBot.
๐จ Requirements
To get started with LBot, users need:
- A cell phone number connected to WhatsApp for QR code scanning and bot connectivity.
- For Windows/Linux:
- GIT must be installed.
- NODE LTS VERSION is required.
- For Termux:
- The TERMUX app needs to be installed on the mobile device.
1 - ๐ฟ Installation
Windows/Linux
- Download the latest version from here, and extract the files.
- Open the command prompt inside the project folder and execute the following commands:
- Install yarn:
npm i -g yarn
- Install project dependencies:
yarn install
- Install yarn:
Termux
- For Termux installation steps, refer to the guide here.
2 - ๐ค Usage
After completing the installation, remain within the project folder and run:
yarn start
Then, scan the QR code displayed with your mobile device.
3 - โจ๏ธ Functionality
Once the bot is running, issue the following commands to explore available options:
- !menu: Access the MAIN MENU.
- !admin: Access the ADMINISTRATOR/BOT OWNER MENU.
To explore all command guides, type !comando guia.
4 - โ๏ธ Bot Configuration and .env File
Upon first startup, configure the bot by editing the .env file. Hereโs a sample configuration:
# API KEY SETUP FOR COMMANDS
acrc_host=?????
acr_access_key=?????
acr_access_secret=?????
dg_secret_key=?????
Configuring the Administrator
To gain administrator access, use !admin for the first time, which registers your number as the owner. You can then personalize the bot with commands like !nomebot, !nomeadm, and !nomesticker.
Setting API Keys
For specific commands like !qualmusica and !ouvir, configure API keys in the .env file. Detailed guides to obtain these keys are available here.
5 - ๐ ๏ธ Features/Commands
LBot extends a variety of features including:
- Stickers: Convert photos, videos, and text to stickers or rename stickers.
- Downloads: Fetch content from platforms like YouTube, Facebook, Instagram, Twitter, TikTok, and Google.
- Utilities: Leverage Chat-GPT, AI image creation, Brazilian league data, movie trends, link shortening, and more.
Explore more commands here.
6 - ๐ป Troubleshooting
Termux
Installation issues on Termux could be due to network instability or an outdated Termux version. It is recommended to use the official Termux APK linked above.
7 - ๐ค Contact
For inquiries, users can reach out via email or open an issue on GitHub.
- Email: [email protected]
8 - ๐ Acknowledgements/Contributions
WhiskeySockets/Baileys
for the Baileys library.Samuel/samucacastro
for API development contributions.
This comprehensive guide is structured to help users seamlessly install, operate, and enjoy the LBot on their WhatsApp.