python-bruteForce icon indicating copy to clipboard operation
python-bruteForce copied to clipboard

Facebook.com-bruterforce attack

Open Darkwebmaste opened this issue 2 years ago • 1 comments

python -m json.tool / jq

After you issue curl, the output of the API call may be difficult to read. Sometimes, you want to pretty-print the JSON output to find a specific entry. Python has a built-in JSON library that can help with this. You use python -m json.tool to indent and organize the JSON. To use Python's JSON module, pipe the output of a JSON file into the python -m json.tool command.

$ cat test.json {"title":"Person","type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"age":{"description":"Age in years","type":"integer","minimum":0}},"required":["firstName","lastName"]}

Darkwebmaste avatar Oct 23 '23 17:10 Darkwebmaste

Needs to work on my business account. Meta ads build

Darkwebmaste avatar Oct 23 '23 17:10 Darkwebmaste