ctftime / ctftime.org

meta repository for ctftime.org issues, feature-requests etc
69 stars 1 forks source link

Expose writeups API #56

Open spitfire55 opened 7 years ago

spitfire55 commented 7 years ago

Would it be possible to expose the writeups in the API? I see that you have the rankings, teams, and events in the API, but not the writeups.

abdilahrf commented 7 years ago

maybe this can help you https://github.com/abdilahrf/CTFWriteupScrapper

spitfire55 commented 7 years ago

Yep that's helpful for now. Thanks.

techvoltage commented 7 years ago

And this small script (if you want to read it like pages in a book): https://github.com/techvoltage/ctftime_writeup_browser

kuntalkumarpal commented 5 years ago

Is there any other scrapers available with which I can get the writeups based on a challenge type (eg. forensics, crypto, web ...) ?