This is a web scraper for vce.rocks, built with bun 1.1.34
. Currently it only scrapes the exam papers and their solutions.
This scraper is not affiliated with vce.rocks in any way, nor does it store or make copies of the data. It is only to obtain links. It is intended for informational purposes only.
We fully support the creator of vce.rocks and encourage you to visit their website for the best experience. The amount of effort and time they have put into the library is truly amazing and honestly life-saving.
The JSON file contains an array of Folder
s.
export interface File {
name: string;
url: string;
}
export interface Folder {
name: string;
url: string;
children: Array<Folder | File>;
}
Prerequisites:
- bun (^1.1.26)
bun install
bun run scrape
https://raw.githubusercontent.com/heheleo/vce.rocks-scraper/main/data/data-09-11-2024.json