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
- Host: GitHub
- URL: https://github.com/tbhaxor/whatabomb
- Owner: tbhaxor
- License: apache-2.0
- Archived: true
- Created: 2018-06-22T19:46:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T13:40:47.000Z (about 5 years ago)
- Last Synced: 2024-10-01T07:41:10.594Z (7 months ago)
- Topics: bombing, chrome-browser, chromedriver, hacktoberfest, hacktoberfest2020, python, selenium, whatsapp, whatsapp-web
- Language: Python
- Homepage: https://tbhaxor.github.io/whatabomb/
- Size: 216 MB
- Stars: 105
- Watchers: 15
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

[](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)[](https://app.fossa.io/projects/git%2Bgithub.com%2Ftbhaxor%2Fwhatabomb?ref=badge_large)