Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 388 Bytes

PokemonTcgScraping

Fitbank Challenge #1.

Program that scraps the website https://www.pokemon.com/us/ asynchronously to store the curret in-game cards in a local json file.

What i've learned:

  • Web Scraping (using HtmlAgilityPack)
  • Tasks
  • Simple task batching
  • Parallelism (Paraller.For)
  • Thread-safe operations (lock block)
  • Streams (readers/writers)