You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
-
# [<imgsrc="https://app.tomba.io/tomba/f250de39816043cfc8f5578fa078a79e.svg"alt="Tomba"width="25"/>](https://tomba.io/) Tomba Email Finder Python Client Library
1
+
# [<imgsrc="https://app.tomba.io/logo.svg"alt="Tomba"width="25"/>](https://tomba.io/) Tomba Email Finder Python Client Library
2
2
3
-
This is the official Python client library for the [Tomba.io](https://tomba.io.io) Email Finder API,
3
+
This is the official Python client library for the [Tomba.io](https://tomba.io) Email Finder API,
4
4
allowing you to:
5
5
6
6
-[Domain Search.](https://developer.tomba.io/#domain-search) (Search emails are based on the website You give one domain name and it returns all the email addresses found on the internet.)
7
7
-[Email Finder](https://developer.tomba.io/#email-finder) (This API endpoint generates or retrieves the most likely email address from a domain name, a first name and a last name..)
8
+
-[Author Finder](https://tomba.io/author-finder) (Instantly discover the email addresses of article authors.)
8
9
-[Email Verifier.](https://developer.tomba.io/#email-verifier) (checks the deliverability of a given email address, verifies if it has been found in our database, and returns their sources.)
9
10
-[Email Sources](https://developer.tomba.io/#email-sources) (Find email address source somewhere on the web .)
10
11
-[Company Domain autocomplete](https://developer.tomba.io/#autocomplete) (Company Autocomplete is an API that lets you auto-complete company names and retreive logo and domain information.)
@@ -29,7 +30,7 @@ pip install tomba-io
29
30
30
31
get email addresses found on the internet.
31
32
32
-
```python
33
+
```py
33
34
from tomba.client import Client
34
35
from tomba.services.domain import Domain
35
36
@@ -50,7 +51,7 @@ result = domain.domain_search('stripe.com')
50
51
51
52
Find the verified email address of any professional.
52
53
53
-
```python
54
+
```py
54
55
from tomba.client import Client
55
56
from tomba.services.finder import Finder
56
57
@@ -71,7 +72,7 @@ result = finder.email_finder('stripe.com', 'fname', 'lname')
71
72
72
73
Verify the validity of any professional email address with the most complete email checker.
0 commit comments