Git Product home page Git Product logo

json-to-whatsapp-web's Introduction


Logo

JSON to Whatsapp Web

Send a bunch of messages on Whatsapp Web from a JSON file

Report Bug · Request Feature

The Project

screenshot

Technologies/Libraries

Client

Server

Database

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

Run Locally

Server

  1. Download or clone this repo.
  2. Enter in server folder
  3. Execute yarn install to install the dependencies.
  4. Copy .env.example to .env and set the environment variables.
  5. Start the database container:
docker-compose up -d jsontoww-database
  1. Start the development server:
yarn dev
  1. Run migrations
npx prisma migrate dev
  1. Run seeds
npx prisma db seed

Web

  1. Download or clone this repo.
  2. Enter in web folder
  3. Execute yarn install to install the dependencies.
  4. Copy .env.example to .env and set the environment variables.
  5. Start the development server:
yarn run dev

Docker Compose

Server

  1. Download or clone this repo.
  2. Copy server/.env.example to server/.env and set the environment variables.
  3. Start the database container:
docker-compose server/docker-compose.yml up -d jsontoww-database
  1. Start the development container:
docker-compose server/docker-compose.yml up -d jsontoww-server

Web

  1. Download or clone this repo.
  2. Copy web/.env.example to web/.env and set the environment variables.
  3. Start the development server:
docker-compose web/docker-compose.yml up -d

Roadmap

  • Add unit and integration tests
  • Fix mobile layout

Contributing

Contributions are welcome and encouraged! To contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Push your changes to your fork
  5. Submit a pull request

Supporting the project

You can support the maintainer of this project through the link below:

And give a ⭐ if this project helped you!

License

JSON to Whatsapp Web is released under the MIT License.

Disclaimer

This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with WhatsApp or any of its subsidiaries or its affiliates. The official WhatsApp website can be found at https://whatsapp.com. "WhatsApp" as well as related names, marks, emblems and images are registered trademarks of their respective owners.

This is an independent and unofficial software.

I can't guarantee or can be held responsible if you get blocked or banned by using this software. WhatsApp does not allow bots using unofficial methods on their platform, so this shouldn't be considered totally safe.

Contact

Email: [email protected]

LinkedIn: evertonpavan

json-to-whatsapp-web's People

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.