We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
checker.parse(robots_txt)
After this I am getting error:
main.py
ModuleNotFoundError: No module named 'corpuscrawler'
Can anybody help solving this?
The text was updated successfully, but these errors were encountered:
In extension to Issue #73
Sorry, something went wrong.
Resolution of this issue would allow Aayush to unlock #80 . cc @sffc @brawer
No branches or pull requests
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:
main.py
in am getting error:ModuleNotFoundError: No module named 'corpuscrawler'
Can anybody help solving this?
The text was updated successfully, but these errors were encountered: