diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..a9c428b6 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,8 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) +# and commit this file to your remote git repository to share the goodness with others. + +tasks: + - init: pip install -r requirements.txt + + diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 01162055..4fcba549 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -953,6 +953,13 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "Hashnode": { + "errorType": "status_code", + "url": "https://hashnode.com/@{}", + "urlMain": "https://hashnode.com", + "username_claimed": "blue", + "username_unclaimed": "noneownsthisusername" + }, "ICQ": { "errorType": "status_code", "url": "https://icq.im/{}/en",