I'm learning about crawlers, and after a few basic ones I tried downloading the google scholar crawler master from github to see how it runs, after a few errors that I could fix, I ran into a ModuleNotFoundError: No module named 'proxy'
error (middleware.py
file, from proxy import PROXIES
line is the issue).
This code has had a few problems containing solutions that are no longer supported/advised in python 3.x versions, including modules that have since been renamed/moved, but I was unable to find out if this is the case for this as well, would appreciate help.