Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sexfrance committed Dec 11, 2024
1 parent 342e8bf commit 803ea40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MailTM Wrapper
<h2 align="center">Discord Username Checker</h2>

**MailTmWrapper** is a Python library designed to interact with the Mail.TM API, providing an easy-to-use interface for creating temporary email accounts and managing email messages programmatically. This wrapper simplifies operations such as generating tokens, retrieving messages, and managing accounts.

Expand Down Expand Up @@ -173,13 +173,12 @@ else:
print(f"Failed to delete account. Status code: {status_code}")
```


## ❗ Requirements

MailTmWrapper requires:

- `requests` to send requests to the Mail.TM API.
To install dependencies manually, run:
To install dependencies manually, run:

```bash
pip install requests
Expand All @@ -197,4 +196,4 @@ Contributions are welcome! Feel free to fork the repository, make changes, and s
## 👤 Author

MailTmWrapper is developed and maintained by **sexfrance**.
[Mail.TM](https://mail.tm/) is developed and maintained by **MailTM**.
[Mail.TM](https://mail.tm/) is developed and maintained by **MailTM**.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="MailTmWrapper",
version="0.0.2",
version="0.0.3",
packages=find_packages(),
install_requires=["requests"],
author="Sexfrance",
Expand Down

0 comments on commit 803ea40

Please sign in to comment.