Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 337 Bytes

GermanPod-Scrapy

This is a simple spider to download free 100 words data from Germanpod101.com

https://www.germanpod101.com/german-word-lists/

Downloaded items

  • csv contains words
  • images
  • german sound files
  • english sound files

Usage

  • scrapy crawl wordsSpider -o words.csv
  • Or just run main.py using cmd or any IDE