I have a python script that scrapes two specific websites and then analyzes URLs. I want to seperate the URL analyzing script so that I can run it seperately with a GUI (Django) on a web server.
What the URL analyzing script is uses a “blacklist”, where it’ll tag each URL that that hits the blacklist and then not export itself to .CSV file, and URLs that have sites that don’t include the blacklist will pass, which is what we want, exported to .csv.
