https://github.com/lucasvmx/thunderbot
Thunderbot is a simple and generic Whatsapp Bot
https://github.com/lucasvmx/thunderbot
bot nodejs puppeteer whatsapp whatsapp-bot whatsapp-web whatsapp-web-js
Last synced: about 2 months ago
JSON representation
Thunderbot is a simple and generic Whatsapp Bot
- Host: GitHub
- URL: https://github.com/lucasvmx/thunderbot
- Owner: lucasvmx
- License: gpl-3.0
- Created: 2020-04-30T03:05:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T01:33:56.000Z (almost 3 years ago)
- Last Synced: 2023-08-03T03:06:27.592Z (almost 3 years ago)
- Topics: bot, nodejs, puppeteer, whatsapp, whatsapp-bot, whatsapp-web, whatsapp-web-js
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Codefactor]: https://www.codefactor.io/repository/github/lucas-engen/thunderbot/badge?s=aa5850e2172e4d9479a3243a7d881bc2b66774b7
[nodeci-status]: https://github.com/lucas-engen/Thunderbot/workflows/Node.js%20CI/badge.svg
[release-ver]: https://img.shields.io/github/v/release/lucas-engen/thunderbot?color=blue
![ci-status][nodeci-status]
![release][release-ver]
![codefactor][Codefactor]
Thunderbot
Thunderbot is a simple and generic automated whatsapp client
Explore docs »
Report Bug
·
Request Feature
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Demo](#demo)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Simple](#simple)
* [Advanced](#advanced)
* [Configuration](#configuration)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)
## About The Project
It was developed for personal use. It can also be adapted so that small businesses can have a simple, automated and low-cost response system.
### Demo

### Built With
* [Node JS](https://nodejs.org/en/)
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
* Microsoft Windows 8 or Later
* Linux (tested only in Manjaro x64)
* Internet Connection
### Installation
1. Just run setup file
## Usage
### Simple
* Download binary files and just execute directly:
```
https://github.com/lucas-engen/Thunderbot/releases/latest
```
### Advanced
- Clone the repository
```sh
git clone https://github.com/lucas-engen/Thunderbot.git
```
- Install dependencies
```sh
npm install
```
- Execute the program
```sh
npm start
```
## Configuration
Please read the [documentation](docs/BOT_SETTINGS.md) of settings.json.
## Roadmap
See the [open issues](https://github.com/lucas-engen/Thunderbot/issues) for a list of proposed features (and known issues).
## Contributing
- Fork this repo
- Make your changes
- Create a pull request
## License
Distributed under the GPLv3. See [LICENSE](LICENSE) for more information.
## Contact
Lucas Vieira - [Instagram](https://www.instagram.com/__lucas.vmx) - [Gmail](mailto:lucas.engen.cc@gmail.com?subject=Sobre%20o%20thunderbot)
Project Link: [https://github.com/lucas-engen/Thunderbot](https://github.com/lucas-engen/Thunderbot)
## Acknowledgements
* To God for life
* Jenner Silva
* Jakeliny Patricio
* [Pedro S. Lopez](https://github.com/pedroslopez)