devanshbatham/OpenRedireX

ModuleNotFoundError: No module named 'aiohttp'

simrotion13 opened this issue · 3 comments

root@bbmachine:~/tools/OpenRedireX# python3 openredirex.py -h
Traceback (most recent call last):
File "openredirex.py", line 3, in
import aiohttp
ModuleNotFoundError: No module named 'aiohttp'

Hello
you can install this package with the below command:
pip3 install aiohttp

Closing this issue as I have updated the entire script. File a new issue if you face any problems running it