mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [config] add virus total API key sample, fix #253
This commit is contained in:
parent
ebad2af1ae
commit
73622acab3
1 changed files with 4 additions and 0 deletions
4
configs/keys/virusTotalKEYS.py.sample
Normal file
4
configs/keys/virusTotalKEYS.py.sample
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
vt_key = 'YOUR_API_KEY' #virus total API key
|
Loading…
Reference in a new issue