Skip to content

dark0ghost/AioVirusTotal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AioVirusTotal

lib implementing service

dep

python>=3.7 aiohttp>=3.6

how use

from virustotal import  Virustotal
import aiohttp

async def main():
   session: aiohttp.ClientSession = aiohttp.ClientSession()
   total =  Virustotal(sessiom=session,api_key="")
   await total.need_your_method()

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages