evillimiter
evillimiter copied to clipboard
[Question] Programmatic API
Can we use evillimter programmatically?
Here's how the code might looks like:
import evillimiter as el
el.add('192.168.1.55') # ID:0
el.block(0)
input('Press Enter to free all hosts and exit ...')
el.free('all')
print('Bye.')
Same issue?
As of now, EvilLimiter is written in a non-modular way, which means there is no separation between the core functionality, CLI output, etc. I thought about re-writing EvilLimiter entirely solving all these issues. I might be working on this soon. I will add this request to the wishlist.