Git Product home page Git Product logo

newtonbot's Introduction

Your Automated Personal Assistant, on WhatsApp!


NewtonBot is an optimized and easy-to-use WhatsApp UserBot written in Node.js.

Utilize your personal chat assistant/group manager to make the most out of WhatsApp.

Installation process

Clone the repository on your pc
Open the cmd Terminal in that folder.
Use the following Commands and Press Enter: 
 1. npm install yarn (only if yarn is not installed)
 2. yarn install
 3. yarn start

Now , Scan QR code from WhatsApp Mobile. You can now easily use the bot commands in your whatsapp mobile. For example type .weather CityName to get the bot message about the current weather status of CityName.

Some reference images

image

image

Documentation

This bot currently supports Whatsapp Multi Device. And is a Migration from the legacy Whataspp Web Bot.

Using Docker locally

To follow this method, you will need to have docker installed on your machine and have some experience using docker.

To host the bot on your own device using docker, follow the following steps on your terminal / command prompt -

git clone https://github.com/Meghdut-Mandal/NewtonBot.git
cd NewtonBot
docker build -t botsapp .
docker run -d -–restart=always --name botsapp botsapp

This will create a container running NewtonBot. You'll have to scan the QR at least once.

The GNU/Linux Legacy Way

To use this method, you will need ffmpeg, nodejs, npm installed on your device.

To run the bot on your device manually, you can use the following commands -

git clone https://github.com/Meghdut-Mandal/NewtonBot.git
cd NewtonBot
yarn install
yarn start
## scan the QR code

Support and Discussion groups

Feel free to post your queries or concerns on any of the discussion forums mentioned below:

Contributors


Meghdut Mandal

Project Lead Developer

Inspiration

Copyright & License

Legal

This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by WhatsApp or any of its affiliates or subsidiaries. This is an independent and unofficial software. Use at your own risk.

newtonbot's People

Contributors

meghdut-mandal avatar stillabeginnerr avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.