From 9e3677f168ceae5f26ddf42c5230841da7db9497 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 3 Sep 2022 17:06:10 -0700 Subject: [PATCH] :memo: Added seoanalyzer to repetoire of tools --- scripts/seo | 3 +++ updates.txt | 4 ++++ 2 files changed, 7 insertions(+) create mode 100755 scripts/seo diff --git a/scripts/seo b/scripts/seo new file mode 100755 index 00000000..25785d26 --- /dev/null +++ b/scripts/seo @@ -0,0 +1,3 @@ +#!/bin/sh + +seoanalyze https://"${1}" --output-format html > seo.html && links seo.html diff --git a/updates.txt b/updates.txt index 7b22314d..5d97cabe 100644 --- a/updates.txt +++ b/updates.txt @@ -44,3 +44,7 @@ Uninstall speed-test and install speedtest (i know...) doas npm uninstall -g speed-test paru speedtest-cli + +Install python seoanalyzer: + +pip3 install pyseoanalyzer