Finding GCSE past papers has never been easier!
Welcome to Papersss! 🎉
As a Year 11 student, I have done an abundance of past papers (just ask my teachers!) and searching for past papers soon became pretty obnoxious. I realised that AQA conveniently stores their PDF's with a specific URL format, making it very easy to change specific parameters and retrieve the corresponding file - this means that there is no scraping or database of files from my end!
Click here to visit the Papersss website and search for past papers.
# Available past papers
class PastPapers:
def fetch_subjects(self):
return ["Mathematics"]
def fetch_exam_boards(self):
return ["AQA"]
def fetch_type(self):
return ["Question paper", "Mark scheme"]
- Visit Papersss and fill out each field.
- Click 'Search' to retrieve the PDF.
- Star the repo 😄
Everything is coded by Alex lo Storto
Licensed under the MIT License.