mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.03k stars 797 forks source link

[SUGGEST] Library in Java Language #282

Closed bobaoapae closed 6 years ago

bobaoapae commented 6 years ago

Hello, I have already written this library in Java with all its stuff and some other functionallity. It is already used in my library to use chat bots in my town, like chat bots to buy pizzas, hotdogs or anything - and it is all working fine for a month now - I was wondering if anyone is interested in it

I have never created a Github repository, so I do not know the process and I am really bad in documentation. If anyone is interested and could write the documentation I may create the repository

kevinkit commented 6 years ago

I do not if @mukulhase is so keen to see advertising another framework here.

However, as you mentioned, your framework is used for commercial applications. Most of the repositories for whatsapp chat bots were shut down due to legal reasons.

This repository stays due to two reasons: Firstly it is only used for educational purposes and labeled as such, forthermore it isues the web whatsapp - which makes it harder for whatsapp to detected an actual Bot (in comparison to a chat bot directly installed on the device).

I think it would be great to open up the repository, however such things have already been done, like:

https://github.com/thekosmix/Java-WhatsappChatBot/

If your repository will interest a lot of people the peope to document it will come from alone

bobaoapae commented 6 years ago

It's not a library for commercial purpose, it's just a example i use for explain the stability of library.

I just posting this here, because i use WAPI.js from mukulhase... so i want his permission

@mukulhase

kevinkit commented 6 years ago

If you really want to "honor" the original creator, you could make a pull request of this API and change it to your API, so that the only remaining reference is the WAPI.js - or try to integrate the branch in this repository.

Since you are not familiar with github, here is a good page I often refer to : https://try.github.io/