green-spider/README.md

33 lines
736 B
Markdown
Raw Normal View History

2018-04-03 21:04:26 +02:00
# green-spider
2018-04-03 23:15:28 +02:00
2018-04-03 21:04:26 +02:00
Collects data on green websites and checks for things like SEO, performance, TLS.
2018-04-03 23:15:28 +02:00
Written and tested in Python3
2018-04-05 19:44:40 +02:00
Results published at https://netzbegruenung.github.io/green-spider/
2018-04-05 19:39:09 +02:00
### Usage
Run the spider:
```nohighlight
make spider
```
The result will be in `webapp/dist/data`.
Build the webapp:
```nohighlight
make webapp
```
2018-04-03 23:15:28 +02:00
### Ideas
- Check which cookies are set and with what settings (expiry, domain)
2018-04-05 19:51:41 +02:00
- submit the URL against a service like Google Page Speed and retrieve the score (see https://github.com/addyosmani/psi/)
2018-04-03 23:15:28 +02:00
- Check against our own webpagetest.org instance
- Detect which one of the well-known CMS is used
2018-04-05 19:51:41 +02:00
- Warn in case a certificate will expire soon
- Favourite icon availability check