Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 454 Bytes

AIOHTTP OTX

AIOHTTP OTX is aiohttp-based microservice that is used to obtain OTX indicators over IPv4 addresses.

Responses are cached using Redis, see app/views.py for details.

Requirements

  • Python >=3.7
  • Redis

Installation

pip install -r requirements.txt

Start

python main.py

Configs are located under app/settings.py