diff --git a/.gitignore b/.gitignore index 2c5cee7..b096d08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ __pycache__ -gfonts.txt +gfonts.json diff --git a/README.md b/README.md index db7dad5..ec6d923 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,22 @@ A spider that's looking for german page with google fonts hosted on google. -Also look for google analytics on a website. +Based on: https://docs.scrapy.org/en/latest/intro/tutorial.html + +## Usage + + scrapy crawl gfonts -O gfonts.json + + +## TODO + +Start checking for google analytics for all eu websites. + +## IDEAS + +Make it into browserextension that would notify you. ## Checking website origin: https://ipinfo.io/ -## TODO - -Start checking for google analytics. - -## IDEAS - -Make it into browserextension that would notify you.