Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

TelefonicaTC2Tech/diario-sdk-python

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIARIO Python SDK

Pypi Version

DIARIO bridges a natural gap that antiviruses do not usually match. DIARIO is not intended to replace antiviruses, but to cover the gap with fresh samples: DIARIO is especially good detecting them. DIARIO helps detect fresh malware without compromising your privacy or sharing content.

Prerequisites

Installation

Install diario package using pip:

pip install diario

Minimal usage

  • Create a DIARIO object with the "Application ID" and "Secret" previously obtained
from diario import Diario
api = Diario("APP_ID_HERE", "SECRET_KEY_HERE")

'host' and 'port' default parameters are set to diario-elevenlabs.e-paths.com and 443.

  • Call to DIARIO Server to do searches, upload and analyze documents, ...
response = api.search('23203f9264161714cdb8d2f474b9b641e6a735f8cea4098c40a3cab87439d749')
  • After every API call, get DIARIO response data and errors and handle them
response_data = response.data
response_error = response.error

REST API specification

About

DIARIO SDK for Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.