提醒:Dropbox File Upload via web interface using Python with urllib2 and mechanize (Python) 2012年02月16日

演示:以MSN订阅提醒为例 订阅到哪吒,有更新提醒我
哪吒机器人提醒:
提醒: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)
收藏 |  评论 |  推荐给好友  | 
本文共有 0 次分享
评论
共有 - 条评论


我要反馈