Searches for GPUs that don't need 8 or 6 pin power, then finds their price and performance rating.
- requests
- BeautifulSoup4
Set the price range with the tuple on line 6, then run and wait. It usually takes tens of seconds to run, due to the number of requests. Data is then saved to a CSV named by the price range.
This scapes GPUs from the GPU database, finds pricing on CEX (API from
and gets performance data from a CSV provided by
(note: this is downloaded to your PC and kept in the same folder as main.py).