Skip to main content

Python Package for Vibe, Fastest way to know everything about your contacts

Project description

Vibe - Fastest way to know everything about Emails
--------------------------------------------------

Person & Company Insights powered by Human Intelligence

Vibe provides Accurate, Comprehensive and Verified Lead Information for B2B Sales and Marketing

visit : <a href="https://vibeapp.co">vibeapp.co</a>

## Documentation

### Installation

```bash
pip install vibe
```


## Basic Usages

#### Initialize Vibe


```python

from vibe import Vibe
vibe = Vibe(<api_key>)

```
api_key : Your api key
get your vibe api key <a href="https://vibeapp.co/developer/">here</a>


#### Email/EmailMD5 Lookups


```python
### Email Lookup

vibe.email(<email>)

### EmailMD5 Lookup

vibe.emailMD5(<email_md5>)

```

#### Email Lookups for Premium API


```python
### Email Lookup

vibe.email(<email>, <webhook_url>)

```

email : email for which info is required
emailMd5 : Email Hash for which info is required
webhook_url : Premium API param, url which u need response once data is enriched

To know more about output formats visit <a href='https://vibeapp.co/docs/'>vibe docs</a>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vibe-1.2.0.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page