GithubHelp home page GithubHelp logo

alternative-wa-version's Introduction

Alternative wa-version

Sponsor

This repository contains an alternative version of WhatsApp, focused on fixing the issue of videos not being sent correctly to the API.

Features

  • Fixes the issue of videos not being sent to the WhatsApp API.
  • Maintains basic functionality of text messaging and media sharing.

How to Use

  1. Copy the file found in this repository (likely a file fixing the video sending issue) to the correct location within the whatsapp-web.js project, according to their API structure. This may involve replacing or adding files in the appropriate directories of the whatsapp-web.js project.

  2. In your code, when creating an instance of WhatsApp Web JS API, pass the webVersion: "2.2412.54v2" parameter in the constructor:

    const { Client } = require('whatsapp-web.js');
    
    const client = new Client({
        webVersion: "2.2412.54v2"
    });

    Ensure to replace "2.2412.54v2" with the specific version you need to use. For more information, refer to the WhatsApp Web JS API.

  3. Utilize the WhatsApp Web JS API as needed in your project, leveraging the fix or enhancement provided by the file added to the whatsapp-web.js project.

Contributing

Feel free to contribute to this project! If you encounter any issues or have an idea for a new feature, please open an issue or submit a pull request.

Contact

For more information, contact Guilherme via [email protected].

alternative-wa-version's People

Contributors

guigo613 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.