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.
- Multiple Group Search: Search for multiple WhatsApp groups at once by separating group names with commas.
- Automatic Save: Automatically save the results in a JSON file.
- User-Friendly Interface: Clear and informative prompts to guide you through the search process.
On General Operating Systems
- Clone the repository:
$ git clone https://github.com/RozhakXD/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/RozhakXD/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:
- Dependencies Not Installed
- Solution: Run
pip install -r requirements.txt
to ensure all dependencies are installed.
- Solution: Run
- No Groups Found
- Solution: Make sure you are entering the correct group names. Try different group names for better results.
- Network Connection Problems
- Solution: Ensure your internet connection is stable. If the problem persists, try again later.
This project is licensed under the GPL-3.0 license.