CrapTheCoder / UpCode

Upload accepted solutions from CodeChef and CodeForces to GitHub
45 stars 15 forks source link

Headless Codeforces scraper (no chrome window/GUI will open) #10

Closed markjouh closed 1 year ago

markjouh commented 1 year ago

Why not run selenium in headless mode? It should be less resource intensive, faster, and distract the user less. I tried this locally, and it worked great.

CrapTheCoder commented 1 year ago

Thanks a lot! I could swear I considered it in the past, but didn't implement it for some reason (probably because I forgot). Thanks again!