Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.39 KB

File metadata and controls

30 lines (26 loc) · 1.39 KB

hack 001

This repository contains code samples and demos from Coding Club's guided hackathon, held on 09 August 2019. The hackathon was based around web technologies; in particular we tried to reverse engineer web APIs and implement our own interface for it.

The code samples rely on the Python modules Requests and Beautiful Soup. Python 3 is preferred over Python 2 (duh).

Details about the code

  • nasa.py: downloads the Astronomy Picture of the Day by NASA
  • xkcd.py: downloads the latest comic on https://xkcd.com

Books and Resources for Learning Things