Making a code tracker for long term progress bypassing wakatime free limitations Essentially using selenium to scrap the data from it daily and add it to a backend
Possible selenium issue: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. httpcore 1.0.7 requires h11<0.15,>=0.13, but you have h11 0.16.0 which is incompatible.
Questions/CuriosityPiece: How would webscrapping work if I wanted to run a general script that could parse through different websites with different formats? How to automate mouse movements/clicks like actual mosue movements