WhatsUps is a Python-based application that allows you to search for WhatsApp groups by name. It provides an easy-to-use interface to find and join WhatsApp groups based on your interests.
WhatsUps enables users to search for multiple WhatsApp groups simultaneously by separating group names with commas. Search results are automatically saved in a JSON file for easy access and reference. The interface is designed to be clear and user-friendly, guiding users through each step of the process with informative prompts.
On General Operating Systems
-
Clone the repository:
$ git clone https://github.com/RozhakLabs/WhatsUps.git $ cd WhatsUp -
Install the required dependencies:
$ pip install -r requirements.txt -
Usage:
$ python Run.py
On Termux
-
Update and install dependencies:
$ pkg update && pkg upgrade $ pkg install python git -
Clone the repository:
$ git clone https://github.com/RozhakLabs/WhatsUps.git $ cd WhatsUp -
Install the required dependencies:
$ pip install -r requirements.txt -
Usage:
$ python Run.py
We welcome contributions to improve WhatsUps! Feel free to open issues or submit pull requests.
If you find this project useful, consider supporting me through the following platforms:
If dependencies are not installed, run pip install -r requirements.txt to ensure all required packages are available. If no groups are found, verify that the group names are correct and consider trying alternative keywords. For network-related issues, check your internet connection and retry once it's stable.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software with proper attribution.

