This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| #!/usr/bin/python | |
| from argparse import Namespace | |
| from pyjfuzz.lib import * | |
| import requests | |
| from thread import start_new_thread | |
| def do_req(payload): | |
| r = requests.post("http://13.251.66.224:8886/v1/chain/get_code", data=payload) |