Skip to content

Commit 6cad22e

Browse files
committed
-Updated README.md
-Improving code and clarity of emailbomber.py -Save user input information to skip questions next time. -Be able to add multiple emails.
1 parent df1127d commit 6cad22e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ā€ŽREADME.mdā€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#šŸ“§ Email-Bomber v2.0.0
1+
# šŸ“§ Email-Bomber v2.0.0
22
![Email Bomber Screenshot v2.0.0](https://i.imgur.com/zSeyXbw.png)
33
- An open Source free to use email-bomber using python's built-in library SMTP.
44

5-
##āš ļø Prerequisite
5+
## āš ļø Prerequisite
66
![Enabling 2-Step Verification Screenshot](https://i.imgur.com/1tUNrsu.png)
77

88
### Enabling 2-Step Verification
@@ -26,7 +26,7 @@
2626
- Copy App Password.
2727
- Use App Password in Email-Bomber script.
2828

29-
##šŸ“‘ Installation Guide
29+
## šŸ“‘ Installation Guide
3030
### Termux
3131
```
3232
pkg install git
@@ -66,13 +66,13 @@ cd emailbomber
6666
python emailbomber.py
6767
```
6868

69-
#🧾 Requirements.txt
69+
# 🧾 Requirements.txt
7070
- [SMTP](https://docs.python.org/3/library/smtplib.html), which stands for Simple Mail Transfer Protocol, is a built-in Python module used to send e-mails in Python.
7171

7272

7373
- [OS](https://docs.python.org/3/library/os.html), which stands for Operating System, is a built-in Python module which provides a portable way of using operating system dependent functionality.
7474

75-
##šŸ“‡ License
75+
## šŸ“‡ License
7676
```
7777
MIT License
7878
@@ -97,8 +97,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9797
SOFTWARE.
9898
```
9999

100-
##🤵 Authors
100+
## 🤵 Authors
101101
- [@coderatul](https://github.com/coderatul)
102102

103-
##ā” Questions/Feedback
103+
## ā” Questions/Feedback
104104
If you have any questions or feedback, please reach out in [issues](https://github.com/coderatul/emailbomber/issues).

0 commit comments

Comments
Ā (0)