wetransferpy
wetransferpy copied to clipboard
There are issue found of after install this package run time Not working import **WeTransfer** 
Bumps [requests](https://github.com/requests/requests) from 2.9.1 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
If you hit ctl-c `Upload file : test.txt ^C Traceback (most recent call last): File "/usr/local/bin/wetransfer-upload", line 57, in if w._transfer_id: AttributeError: 'WeTransfer' object has no attribute '_transfer_id'`
I'm guessing which sould be the way to use this from Windows command line. Calling it like shell script doesn't seem to work. Or do I have to add something...
the api/v1 seems to be obsolete and switched to v2 somehow... unfortunately no documentation available on the api :( don't get any upload working anymore
``` isotype:~ fil$ ls Mars planeteMars.jpg isotype:~ fil$ wetransfer-upload -R Mars Upload file : /Users/fil/Mars/planeteMars.jpg [ ======================================== ] 101.30% isotype:~ fil$ ```