WPPConnect/mobile is an open source project with the objective of automating whatsapp web using the android or ios mobile browser and being able to perform all the functions of our wa-js project, so it is possible to create a customer service, media sending, intelligence recognition based on artificial phrases and many other things, use your imagination to change and modify this project or collaborate on improvements...
This project uses wa-js which extracts some functions from WhatsApp fonts.
In the near future we will be releasing them on the playstore and if we succeed we will also launch them on the appstore or you can run this app on your local machine using the necessary dependencies to run a react native app, see here -> https://reactnative.dev/docs/environment-setup
This is a React Native project and to run it we use common react native scripts:
# install the depencencies
npm install
# start the app in development mode on android
npm run android
# start the app in development mode on ios
npm run ios # or build:dev for development
# lauch the metro bundle
npm run start
# exec the tests
npm run test
# exec the lint
npm run lint
Maintainers are needed, I cannot keep with all the updates by myself. If you are interested please open a Pull Request.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Copyright 2021 WPPConnect Team
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.