Skip to content

Client for the Sophos Labs Intelix API

Notifications You must be signed in to change notification settings

moledaemon/intelix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sophos Labs Intelix

Client for the Sophos Labs Intelix API

https://api.labs.sophos.com/doc/index.html

example

Connect to the API by providing your client ID and secret key

import intelix
clientId = "xxxxxxxxxxx"
secret = "xxxxxxxxxxxxxxxxxxxxxxxxx"
url = "www.sophos.com"

i = intelix.client(clientId,secret)
i.url_lookup(url)
print(i.productivityCategory)

About

Client for the Sophos Labs Intelix API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%