| Crates.io | gce-wget |
| lib.rs | gce-wget |
| version | 1.0.6 |
| created_at | 2024-06-30 07:12:58.204626+00 |
| updated_at | 2025-04-14 12:49:47.04839+00 |
| description | A CLI tool which uses wget to bulk download CAIE Past Papers; written in Rust |
| homepage | |
| repository | https://github.com/famedaxolotl/gce-wget |
| max_upload_size | |
| id | 1287809 |
| size | 55,433 |
gce-wget is a specialized tool to bulk download IGCSE, O Levels and AS/A Levels papers from papers.gceguide.cc, skipping the need to write regexes and make link files. This tool requires wget to be pre-installed on the machine.
Note: this program and its creator have absolutely no affiliation with GCE Guide. This program simply makes using wget on the GCE Guide website easier.
Use any of the following methods.
You can download the latest binary from the releases page.
Move the binary gce-wget to /usr/bin with
sudo mv Downloads/gce-wget /usr/bin
If you are a Rust programmer and have Cargo installed, simply run the following:
cargo install gce-wget
This will install the binary from crates.io
If you have Cargo installed, run the following commands
git clone https://github.com/famedaxolotl/gce-wget
cd gce-wget
cargo build --release
Now, run with cargo run or move the binary to /usr/bin with:
sudo mv target/release/gce-wget /usr/bin
Use gce-wget --help to see detailed help page.
[!NOTE]
When running, gce-wget creates a .temp-link-file in~/Downloads/to store links. This will be deleted automatically after download is complete (unless the process is aborted) and can be ignored.
The basic command structure (no options) is:
gce-wget [SUBJECT_CODE] [YEARS]
For example, gce-wget 0620 2021,2022 will download all papers of IGCSE Chemistry (0620) from 2021 and 2022
To selectively download papers, use the -t (--types) and -c (--codes) options, which allow you to enter comma-seperated lists of paper types and codes.
For example:
gce-wget 0620 -t ms,qp -c 21,41 2022,2023
This downloads all Variant 1 extended MCQ and Theory question papers and marking schemes of IGCSE Chemistry (0620) from years 2022 and 2023.
To download O Levels papers, use the -o (--o-level) option like so (for O-Levels, this is REQUIRED):
gce-wget 5070 -o -t ms,qp -c 11,12 2021
This downloads all Paper 11 and Paper 12 question papers and marking schemes from O Levels Chemistry 2021.
Use the -i (--igcse) and -a(--a-level) options if, for example, the programs seems to searching the wrong qualification and is unable to find the subject, even though the correct code was entered. These two flags are otherwise optional.
All downloaded files will be found in the papers.gceguide.cc folder in your Downloads.
[!TIP] To understand the paper naming system, see this..
qp, ms, in, er, gt, tr, ci, qr, rp, sf and tn.