Hilft Dir dabei, Deine BÜNDNIS 90/DIE GRÜNEN Website zu optimieren https://green-spider.netzbegruenung.de/
Go to file
Marian Steinbach f24276d891 Makefile and documentation 2018-04-05 19:39:09 +02:00
docs Makefile and documentation 2018-04-05 19:39:09 +02:00
webapp Update results, spider logic and webapp 2018-04-05 18:11:40 +02:00
.gitignore Update results, spider logic and webapp 2018-04-05 18:11:40 +02:00
Makefile Makefile and documentation 2018-04-05 19:39:09 +02:00
README.md Makefile and documentation 2018-04-05 19:39:09 +02:00
requirements.txt First working code and results 2018-04-03 23:15:28 +02:00
spider.py Update results, spider logic and webapp 2018-04-05 18:11:40 +02:00

README.md

green-spider

Collects data on green websites and checks for things like SEO, performance, TLS.

Written and tested in Python3

Usage

Run the spider:

make spider

The result will be in webapp/dist/data.

Build the webapp:

make webapp

Ideas

  • If the URL does not start with www., will entering www.<url> also work?
  • If the URL is HTTP, is it possible to access the site via HTTPS (recommended)?
  • If the URL is HTTPS, is it possible to access the sire via HTTP (recommended: redirect to HTTPS)
  • Check which cookies are set and with what settings (expiry, domain)
  • submit the URL against a service like Google Page Speed and retrieve the score
  • Check against our own webpagetest.org instance
  • Detect which one of the well-known CMS is used
  • Certificate expiry warning
  • Favourite icon availability check