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
- Host: GitHub
- URL: https://github.com/circl/pyeupi
- Owner: CIRCL
- License: other
- Created: 2015-09-03T14:57:18.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T21:35:31.000Z (over 2 years ago)
- Last Synced: 2025-10-02T01:29:28.971Z (9 months ago)
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 23
- Watchers: 17
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Client API for EUPI
===================
[](https://travis-ci.org/Rafiot/PyEUPI)
[](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()
```