Skip to content

Commit d733264

Browse files
committed
Update of README.md appearance
1 parent b497cee commit d733264

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

README.md

+20-12
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,42 @@
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)
26

7+
## :scroll: Installation:
38

4-
## Installation:
5-
9+
### :penguin: Linux / :apple: Mac:
610
```bash
711
git clone https://github.com/Snekyy/bombila.git
812
cd ./bombila
913
pip3 install -r requirements.txt
10-
python3 bombila.py --help
1114
```
12-
## Usage:
1315

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>]
1524

16-
optional arguments:
25+
optional arguments:</br>
1726
-h, --help show this help message and exit</br>
1827
-c, --country country code without (+) sign</br>
1928
-p, --phone target's phone number without country code</br>
2029
-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>
2231
-T, --timeout request's timeout, (default: 3)</br>
2332

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>
2534
Change value of "default_country_code" to your country code like that:
2635
```python3
2736
default_country_code = 7
2837
```
2938

30-
### Usage Examples ###
31-
39+
### :fire: Usage Examples ###
3240
* Running without args(you will get some questions later):
3341
```bash
3442
python3 bombila.py
@@ -37,7 +45,7 @@ python3 bombila.py
3745
```bash
3846
python3 bombila.py -c 7 -p 9877771122 -t 20
3947
```
40-
* Use all possible arguments:
48+
* :drop_of_blood: Use all possible arguments:
4149
```bash
4250
python3 bombila.py -c 322 -p 9877771122 -t 228 --threads 1337 -T 2
4351
```

0 commit comments

Comments
 (0)