https://github.com/guru322/guru-ai
SIMPLE YET COMPLICATED 🚩
https://github.com/guru322/guru-ai
ai automation chatgpt openai qrcode termux
Last synced: about 1 year ago
JSON representation
SIMPLE YET COMPLICATED 🚩
- Host: GitHub
- URL: https://github.com/guru322/guru-ai
- Owner: Guru322
- Created: 2022-11-25T11:37:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T04:47:14.000Z (about 1 year ago)
- Last Synced: 2025-05-08T07:40:06.580Z (about 1 year ago)
- Topics: ai, automation, chatgpt, openai, qrcode, termux
- Language: JavaScript
- Homepage: http://guru.is-a.dev/
- Size: 10.5 MB
- Stars: 1,102
- Watchers: 15
- Forks: 8,445
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-ChatGPT-repositories - GURU-Ai - A SIMPLE YET COMPLICATED AI Chat Robot LOADED WITH FEATURES🚩 (Chatbots)
README
Installation
git clone https://github.com/Guru322/GURU-Ai.git
cd GURU-Ai
npm install
Configuration
Create a .env file in project root or set the following environment variables:
MONGODB_URI=<Your MongoDB connection URI>
PHONE_NUMBER=<Your WhatsApp phone number with country code>
BOTNAME=<Bot display name (optional)>
OWNERS="<owner1;john;owner2;doe>"
You can also edit config.js for additional settings like bot name, pack name, author, owners list, and sticker watermark.
Running the Bot
npm start
# or
node index.js
By default, the server listens on port 5000 (or the port defined in the PORT environment variable).
Open your browser at http://localhost:5000 to access the pairing interface where the pairing code and connection status are displayed.
Usage
After starting, the bot will print a pairing code.
Open WhatsApp > Linked Devices > Link a Device > Link with phone number and enter the pairing code to connect.
Commands are invoked with a prefix (default is .). For example:
.ping # Check bot response time
.menu # Display command menu and help
.list # List all available commands
.alive # Show bot status
Type .help or .list in chat to view all commands and descriptions.
Star History