The script doesn't run with Python 3.
Shows error :

For solving this I have tried changing this:

to: checker.parse(robots_txt) as it is already decoded in Python 3 and it worked for me.
After this I am getting error:

- By running
main.py in am getting error:
ModuleNotFoundError: No module named 'corpuscrawler'
Can anybody help solving this?