Sign inSign up

vvatelot/ecoindex-cli

By vvatelot

•Updated 11 days ago

This tool provides an easy way to analyze websites with Ecoindex.

Image
0

100K+

vvatelot/ecoindex-cli repository overview

⁠Ecoindex-Cli

Validate project quality PyPI - Version PyPI - Downloads Docker Pulls

This tool provides an easy way to analyze websites with Ecoindex⁠ from your local computer using multi-threading. You have the ability to:

  • Make the analysis on multiple pages
  • Define multiple screen resolution
  • Make a recursive analysis from a given website

This CLI is built on top of ecoindex-scraper⁠ with Typer⁠

The output is a CSV or JSON file with the results of the analysis.

⁠Quickstart

The simplest way to start with ecoindex-cli is to install docker and then create an alias in your .bashrc or .zshrc file:

alias ecoindex-cli="docker run -it --rm -v /tmp/ecoindex-cli:/tmp/ecoindex-cli vvatelot/ecoindex-cli:latest ecoindex-cli"

Then you can use the cli as if it was installed on your computer:

ecoindex-cli --help

⁠Other options

Find the full documentation on the Github project page⁠

⁠Contribute

You can contribute to this project. Follow the contributing guide⁠

Tag summary

Content type

Image

Digest

sha256:83ad12580…

Size

958.4 MB

Last updated

11 days ago

docker pull vvatelot/ecoindex-cli