Skip to content

Instantly share code, notes, and snippets.

View slashbinslashnoname's full-sized avatar

Slashbin slashbinslashnoname

View GitHub Profile
@slashbinslashnoname
slashbinslashnoname / api-server.py
Created April 26, 2020 10:30 — forked from Novex/api-server.py
Sony fdr-x3000 ustream mitm setup
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from http.server import HTTPServer
from http.server import BaseHTTPRequestHandler
import json
class MyHandler(BaseHTTPRequestHandler):
def do_GET(self):