Small readme improvements.
parent
9c176dcbe6
commit
d3c8b6e45c
|
@ -1,2 +1,2 @@
|
|||
__pycache__
|
||||
gfonts.txt
|
||||
gfonts.json
|
||||
|
|
22
README.md
22
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.
|
||||
|
|
Loading…
Reference in New Issue