From d3c8b6e45c8ada9e5816005cd78c5da2501c3f29 Mon Sep 17 00:00:00 2001 From: Lio Novelli Date: Wed, 2 Feb 2022 19:38:22 +0100 Subject: [PATCH] Small readme improvements. --- .gitignore | 2 +- README.md | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) 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.