1
- # Bombila - Ultimate sms bomber
1
+ # :bomb : Bombila - Ultimate sms bomber :boom :
2
+ ![ OS support] ( https://img.shields.io/static/v1?label=os&message=windows%2Flinux%2Fmac&color=red&style=for-the-badge )
3
+ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/Snekyy/bombila?color=orange&style=for-the-badge )
4
+ ![ GitHub code size in bytes] ( https://img.shields.io/github/languages/code-size/Snekyy/bombila?color=yellow&style=for-the-badge )
5
+ ![ GitHub] ( https://img.shields.io/github/license/Snekyy/bombila?color=green&style=for-the-badge )
2
6
7
+ ## :scroll : Installation:
3
8
4
- ## Installation:
5
-
9
+ ### :penguin : Linux / :apple : Mac:
6
10
``` bash
7
11
git clone https://github.com/Snekyy/bombila.git
8
12
cd ./bombila
9
13
pip3 install -r requirements.txt
10
- python3 bombila.py --help
11
14
```
12
- ## Usage:
13
15
14
- usage: bombila.py [ -h/--help] [ -c/--country <country-code >] [ -p/--phone <phone-number >] [ -t/--time <sec >] [ --threads <num >] [ -T/--timeout <sec >]
16
+ ### :shit : Windows:
17
+ 1 . Download zip archive of repository - https://github.com/Snekyy/bombila/archive/master.zip
18
+ 2 . Unzip this archive
19
+ 3 . Open cmd and go to the directory of unziped archive
20
+ 4 . ``` pip install -r requirements.txt ```
21
+
22
+ ## :crossed_swords : Usage:
23
+ bombila.py [ -h/--help] [ -c/--country <country-code >] [ -p/--phone <phone-number >] [ -t/--time <sec >] [ --threads <num >] [ -T/--timeout <sec >]
15
24
16
- optional arguments:
25
+ optional arguments:</ br >
17
26
-h, --help show this help message and exit</br >
18
27
-c, --country country code without (+) sign</br >
19
28
-p, --phone target's phone number without country code</br >
20
29
-t, --time bombing time in seconds</br >
21
- --threads bomber's threads count (default: 50)</br >
30
+ --threads bomber's threads count, (default: 50)</br >
22
31
-T, --timeout request's timeout, (default: 3)</br >
23
32
24
- To skip -c, --country argv you can set default country code in config file - ./conf/config.py</br >
33
+ To skip -c, --country argv you can set default country code in config file - [ ./conf/config.py] ( ./conf/config.py ) </br >
25
34
Change value of "default_country_code" to your country code like that:
26
35
``` python3
27
36
default_country_code = 7
28
37
```
29
38
30
- ### Usage Examples ###
31
-
39
+ ### :fire : Usage Examples ###
32
40
* Running without args(you will get some questions later):
33
41
``` bash
34
42
python3 bombila.py
@@ -37,7 +45,7 @@ python3 bombila.py
37
45
``` bash
38
46
python3 bombila.py -c 7 -p 9877771122 -t 20
39
47
```
40
- * Use all possible arguments:
48
+ * : drop_of_blood : Use all possible arguments:
41
49
``` bash
42
50
python3 bombila.py -c 322 -p 9877771122 -t 228 --threads 1337 -T 2
43
51
```
0 commit comments