An open API service indexing awesome lists of open source software.

https://github.com/tbhaxor/whatabomb

A whatsapp bombing GUI Script
https://github.com/tbhaxor/whatabomb

bombing chrome-browser chromedriver hacktoberfest hacktoberfest2020 python selenium whatsapp whatsapp-web

Last synced: 3 months ago
JSON representation

A whatsapp bombing GUI Script

Awesome Lists containing this project

README

        

# What a Bomb

`What a Bomb` is a selenium driven whatsapp bombing script that allows one to [spam](https://en.wikipedia.org/wiki/Mobile_phone_spam) the message on a contact/group name. It is only for entertainment purpose.

Read the [Legal Notice](#legal-notice) below before use

![image](https://user-images.githubusercontent.com/28386721/41796697-27e17cc6-7685-11e8-84b2-d3c55cf5f803.png)

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ftbhaxor%2Fwhatabomb.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Ftbhaxor%2Fwhatabomb?ref=badge_shield)

# Requirements
1. Python 3.x
2. Chrome Browser
3. Make sure you have [ChromeWebDriver](http://chromedriver.chromium.org/downloads) added to your path

# Dependencies
### Manual install
1. PyQt5
```
$ pip install PyQt5
```
2. selenium
```
$ pip install selenium
```

### Automatic Install
```
$ pip install -r requirements.txt
```

# How to setup
After you have all [requirements](#requirements) and [dependencies](#dependencies), complete the following steps
1. Run script
```
$ python bomb.py
```
2. Press OK on the Disclaimer
3. Enter target full name
4. Click `Bomb` button
5. Scan QRCode
+ On **Android**: in the Chats _screen_ > _Menu_ > _WhatsApp Web_.
+ On **iPhone**: go to _Settings_ > _WhatsApp Web_.
+ On **Windows Phone**: go to _Menu_ > _WhatsApp Web_.
6. Rest **What a Bomb** will do ;)

# Legal Notice
Usage of "What a Bomb" is only for educational and entertainment purpose. Developers assume no liability and are not responsible for any misuse or damage caused by this program

# Special Thanks
[Sameer Bhatt](https://github.com/bhattsameer)

# License
What a Bomb is licensed under the [Apache License 2.0](https://github.com/tbhaxor/whatabomb/blob/master/LICENSE)

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ftbhaxor%2Fwhatabomb.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Ftbhaxor%2Fwhatabomb?ref=badge_large)