Skip to main content

DIARIO SDK

Project description

DIARIO Python SDK

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

    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")
  • Call to DIARIO Server to do searches, upload and analyze documents, ...
	response = api.get_pdf_prediction('23203f9264161714cdb8d2f474b9b641e6a735f8cea4098c40a3cab87439d749')
  • After every API call, get DIARIO response data and errors and handle them.
	response_data = response.get_data()
	response_error = response.get_error()

REST API specification

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

diario-0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

diario-0.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

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