Skip to content

Instantly share code, notes, and snippets.

View matgou's full-sized avatar
🎯
Focusing

Mathieu Goulin matgou

🎯
Focusing
View GitHub Profile
# v1.0 of a command line uploader for the koken gallery software.
# The only non-standard requirement is pyton-requests.
import json
import requests
import os
from urllib import quote as quote
api_url = "http://yourdomain/api.php?"
common_headers = {'X-Koken-Auth':'cookie'}