# What This python script can be used to generate a MISP feed based on data stored in redis. # Installation ```` git clone https://github.com/CIRCL/PyMISP cd examples/feed-generator-from-redis cp settings-default.py settings.py vi settings.py # adjust your settings python3 fromredis.py ````