File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,19 +5,14 @@ This repository is for the [TempMail.lol](https://tempmail.lol/) Python API.
55
66## Installation
77
8- Use this commands to install dependency .
8+ Use this command in terminal .
99```
10- pip install requests
10+ pip install tempmail-lol
1111```
12- Place the directory ` TempMail ` into your root directory where your main python file is located.
13-
14- EX:
15-
16- ![ image] ( https://user-images.githubusercontent.com/32007930/168915320-963ffe0e-3b00-45ca-91f1-6f72aa99d8ee.png )
1712
1813## Usage
1914``` python
20- from TempMail.TempMail import * # imports everything from TempMail library
15+ from TempMail import TempMail # imports everything from TempMail library
2116import time # import time module
2217
2318inbox = TempMail.generateInbox() # returns an Inbox object with Email and Token
You can’t perform that action at this time.
0 commit comments