Skip to content

Commit

Permalink
add build status marker
Browse files Browse the repository at this point in the history
  • Loading branch information
philip committed May 31, 2014
1 parent ec4721b commit cc16abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# virustotal2

[![Build Status](https://travis-ci.org/Phillipmartin/virustotal2.svg?branch=master)](https://travis-ci.org/Phillipmartin/virustotal2)

A portable, Pythonic and complete implementation of the [Virustotal](https://www.virustotal.com/) [Public API](https://www.virustotal.com/en/documentation/public-api/). It would also implement the Private API if VT would like to give me access... :)

This module is heavily inspired by, and borrows some code from, the [virustotal](https://github.com/Gawen/virustotal) module. In particular, it uses the same rate limiting logic and deals with report updating in the same way. I ended up re-writing the module from scratch, however, and in the process made some new choices that broke backwards compatibility. Thus, we have virustotal2.
Expand Down

0 comments on commit cc16abc

Please sign in to comment.