`contests.csv` data got removed from the Code4rena repo
Closed this issue · 0 comments
0237h commented
Issue
The failed build log file shows that the notebook cannot fetch the contests.csv
file from the Code4rena website repo.
This is due to this pull request, replacing it with an entire API.
Possible solutions
- Query the new API for content (one request for each contest).
- Find out if there is a way to get all the data at once.
- Scrape the data from the website.