pydnsfeature

Get the dns feature for machine learning


Keywords
dns
License
MIT
Install
pip install pydnsfeature==0.0.2

Documentation

Overview

This lib generate dns feature for machine learning

Usage

import pydnsfeature
if __name__ == '__main__':
    f = pydnsfeature.PyDnsFeature()
    while True:
        iput = raw_input()
        info = f.feature(iput)
        print info