I find the program to be an interesting web scraper. I had one of these bots too.
However, I believe that you could have just used Python's "requests" library to send HTTP requests instead of emulating a full browser. That would mean your bot takes up less memory instead of emulating a full browser process with JavaScript, CSS and other un-needed processes.
Hello,
I find the program to be an interesting web scraper. I had one of these bots too.
However, I believe that you could have just used Python's "requests" library to send HTTP requests instead of emulating a full browser. That would mean your bot takes up less memory instead of emulating a full browser process with JavaScript, CSS and other un-needed processes.