Advertisement
RebelRose

python3 src/MetaDetective/MetaDetective.py -h

Jan 2nd, 2025
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. Recipie for MetaDetective spy
  2. python3 src/MetaDetective/MetaDetective.py --scraping --depth 1 --download-dir ~ --url https://messenger.com
  3. python3 src/MetaDetective/MetaDetective.py --scraping --depth 2 --download-dir ~ --url https://messenger.com
  4.  
  5. Help option
  6. python3 src/MetaDetective/MetaDetective.py -h
  7.  
  8. pkg install exiftool
  9.  
  10. git clone https://github.com/franckferman/MetaDetective.git
  11.  
  12. cd MetaDetective
  13.  
  14. python3 -m venv MetaDetectiveEnv
  15. source MetaDetectiveEnv/bin/activate
  16. python3 src/MetaDetective/MetaDetective.py -h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement