Metadata-Version: 2.1
Name: vtscan
Version: 1.0.9
Summary: Utility to scan for malicious files using the VirusTotal API
Home-page: https://github.com/prahladyeri/vtscan
Author: Prahlad Yeri
Author-email: prahladyeri@yahoo.com
License: MIT
Description: ![pypi](https://img.shields.io/pypi/v/vtscan.svg)
        ![python](https://img.shields.io/pypi/pyversions/vtscan.svg)
        ![implementation](https://img.shields.io/pypi/implementation/vtscan.svg)
        <!-- https://img.shields.io/travis/prahladyeri/vtscan/master.svg -->
        ![docs](https://readthedocs.org/projects/vtscan/badge/?version=latest)
        ![license](https://img.shields.io/github/license/prahladyeri/vtscan.svg)
        ![last-commit](https://img.shields.io/github/last-commit/prahladyeri/vtscan.svg)
        <!--![commit-activity](https://img.shields.io/github/commit-activity/w/prahladyeri/vtscan.svg)-->
        [![donate](https://img.shields.io/badge/-Donate-blue.svg?logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JM8FUXNFUK6EU)
        [![follow](https://img.shields.io/twitter/follow/prahladyeri.svg?style=social)](https://twitter.com/prahladyeri)
        # VTScan
        Utility to scan for malicious files using the VirusTotal API
        
        # Installation
        
        	pip install vtscan
        
        # Usage
        
        	vtscan </path/to/filename>
        
        # Notes
        
        It will prompt you to register a free account at [https://www.virustotal.com ](https://www.virustotal.com ) when you run for the first time. Then, you'll have to get your API Key and put it in the `config.json` in order for the scanning script to work.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
