Scraping entry records is the current bottleneck since it involves so many page loads. Could using simple requests speed up this process to the point where larger tournaments could be supported?
Example output from a curl:
<span class="twothirds nospace">
<h4 class="nospace semibold">
Saketh Sripada
& Laaiq Shameer
</h4>
<h6 class="full nospace martop semibold bluetext">
Allen HS Lowery Freshman Center Sripada & Shameer
</h6>
</span>
Scraping entry records is the current bottleneck since it involves so many page loads. Could using simple
requests
speed up this process to the point where larger tournaments could be supported?Example output from a
curl
: