An open API service indexing awesome lists of open source software.

https://github.com/circl/pyeupi

Client API to query the Phishing Initiative service API
https://github.com/circl/pyeupi

Last synced: 9 months ago
JSON representation

Client API to query the Phishing Initiative service API

Awesome Lists containing this project

README

          

Client API for EUPI
===================

[![Build Status](https://travis-ci.org/Rafiot/PyEUPI.svg?branch=master)](https://travis-ci.org/Rafiot/PyEUPI)
[![Documentation Status](https://readthedocs.org/projects/pyeupi/badge/?version=latest)](http://pyeupi.readthedocs.org/en/latest/?badge=latest)

Client API to query the Phishing Initiative service.

Installation
============

From the repository:

```
python setup.py install
```

Or via pip:

```
pip install pyeupi
```

Search queries
==============

```
from pyeupi import PyEUPI
p = PyEUPI('')
p.search(content='circl')
p.search_url(tld='lu')
p.search_submissions()
```