Why is sherlock not using updated data.json file?
See original GitHub issueChecklist
- I’m asking a question regarding Sherlock
- My question is not a tech support question.
We are not your tech support.
If you have questions related to pip
, git
, or something that is not related to Sherlock, please ask them on Stack Overflow or r/learnpython
Question
I added the code to fix codeforces site in data.json, but the program is not checking for a given username on codeforces.
python sherlock.py tourist --site "Codeforces"
Error: Desired sites not found: ‘Codeforces’.
Issue Analytics
- State:
- Created a year ago
- Comments:5
Top Results From Across the Web
Add option "--update" to Sherlock · Issue #501 - GitHub
After the restructuring has been done, Sherlock will be added to PyPi. So people will be able to update Sherlock using pip after...
Read more >an open source data platform, developed in the ... - sherlock
Loading Interaction data to sherlock. STEP 1: store raw files copy raw ... Generate and copy json files to landing zone, partitioned by...
Read more >Exploring Sherlock. A tool for searching usernames across…
A tool for searching usernames across social networks. This post is my attempt at understanding an open-source project.
Read more >sherlock-hunt - PyPI
--local, -l Force the use of the local data.json file. To search for only one user: python3 sherlock user123. To search for more...
Read more >Service Virtualisation - Specmatic
json Stub server is running on http://localhost:9000. Ctrl + C to stop. Specmatic looks for a directory with the filename of the specmatic...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks! It worked that way.
Try using the
--local
flag, so runpython sherlock.py tourist --site "Codeforces" --local