Clydexy / RATKGV

Used throughout the coronavirus era to quickly submit a negative RAT test result to the KGV School website
1 stars 0 forks source link

Suggestion #1

Open ShorterTuxedo opened 1 year ago

ShorterTuxedo commented 1 year ago

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.

ShorterTuxedo commented 1 year ago

I deployed my AutoRAT on a VPS.

Clydexy commented 1 year ago

Do you know how I would find out which HTTP request to send?