sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

Requesting support for: Adding https://www.exophase.com

Open kevin-fagan opened this issue 1 year ago • 1 comments

Site URL

https://www.exophase.com

Additional info

A username can be found like such: https://www.exophase.com/user/USERNAME/. Exophase will return a 404 if the user is not found. I am happy to add it myself, not sure the what process this repo follows for making changes :)

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

kevin-fagan avatar Aug 08 '24 20:08 kevin-fagan

Hey @kevin-fagan! There's not much of a process to follow, really. Well, nothing project specific --- you'll have to know how to use git and github of course

If you'd like to add it yourself, you can just add an entry to the data.json file in sherlock_project/resources/, mirroring the format of any other entry that uses status_code. When cloned, you can use poetry install and then poetry run sherlock --site exophase --local user123 to test changes. Just prefacing the command with poetry run to use the venv and sherlock flag --local to use the local data.json you're editing rather than the remote one here on github.

Let me know if you need anything

ppfeister avatar Aug 23 '24 05:08 ppfeister