pull/1924/merge
Aviral Verma 2 months ago committed by GitHub
commit 74bb80b959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,6 +31,12 @@ $ git clone https://github.com/sherlock-project/sherlock.git
# change the working directory to sherlock
$ cd sherlock
# Build a dedicated virtual environment
$ python -m venv env
# Activate the virutal environment
$ source env/bin/activate
# install the requirements
$ python3 -m pip install -r requirements.txt
```

@ -489,6 +489,12 @@
"urlMain": "https://www.codewars.com",
"username_claimed": "example"
},
"Coding Ninjas": {
"errorType": "status_code",
"url": "https://www.codingninjas.com/studio/profile/{}",
"urlMain": "https://www.codingninjas.com/",
"username_claimed": "example"
},
"Coinvote": {
"errorType": "status_code",
"url": "https://coinvote.cc/profile/{}",

Loading…
Cancel
Save