哪吒机器人提醒:

提醒:Popular Python recipes
【标题】Dropbox File Upload via web interface using Python with urllib2 and mechanize (Python)
【摘要】pythonrecipe 578030by ccpizza(dropbox, mechanize).revision 5.a slightly updated version of the script found here http://joncraton.org/blog/62/uploading-dropbox-python. uses mechanize to log in to the web page and upload the file(s) to the dropbox root folder or to the folder supplied on the command line as dir:/my_dropbox_path (this must be the first parameter). multiple files and/or glob patterns names are accepted as parameters.example usagedropbox.py file1.txt # upload to root fold... (02-16 19:09)