Skip to content

Instantly share code, notes, and snippets.

@wahengchang
Last active March 25, 2019 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wahengchang/9993edd25c8a5cedebdb80bbf9ac592a to your computer and use it in GitHub Desktop.
Save wahengchang/9993edd25c8a5cedebdb80bbf9ac592a to your computer and use it in GitHub Desktop.
f2e-test-note-2019.03.22

Welcome to the Challenge

Goal

Scraping the 1000 data from this site and save it as a json file.

From this site: https://f2e-test.herokuapp.com

Username Password
f2e-candidate P@ssw0rd

image

About the site

  • Two pages website: login page and product list page (just product name).
  • Cookie is expiring in 30s time.
  • There are only 9 piece of data showed on the page.
  • There is a API can fetch all 1000 product data.

Requirement

Level Basic Advanced
Json file with 1000 data attach on EMail A github repo, with one command scraping the website and store 100 data in json file

By the end of Basic level

  1. Understanding how Network traffic works in Browser
  2. Having good observation capability for uknown API, that is important for full stack development

By the end of Advanced level

  1. Having the knowledge what Basic Level have
  2. Able to write command line tools.
  3. Having good knowledge about HTTP and HTTP Header.
  4. Able to scrape browser, and able to test what we programe.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment