An automated system (WhatsApp Bot) that can help to do something, search and get data / information only through WhatsApp.
Version ^2.2.2
is different from the previous version, the difference lies in the data structure, fewer installation packages and also some additional features, the database used can use LocalDB
or `` `MongoDB```.
To use LocalDB you don't need to fill in the DATABASE_URL
variable, just leave it empty then the data will be automatically saved to the .json
file
You can get free MongoDB database service at MongoDB Atlas, and sorry I can't write the tutorial here because it's a bit complicated so you can watch this Video
Example :
DATABASE_URL = 'mongodb+srv://neoxrbot:[email protected]/myFirstDatabase?retryWrites=true&w=majority'
$ git clone https://github.com/neoxr/neoxr-bot
And then type this on your console.
$ npm i
$ node .
NOTE :
- Use node version 14.x or 16.x to avoid errors.
- If you find an error you can create an issue on this repo, don't ask me on whatsapp it's very annoying.
- This script is free and semi open source, you can get more apikey limit in Here.
Copyright (c) 2022 Neoxr . Licensed under the GNU GPLv3