iamleot / transferwee

Download/upload files via wetransfer.com
155 stars 38 forks source link

Basic operation help? #51

Closed noisyneil closed 1 year ago

noisyneil commented 1 year ago

I'm trying to use this from Terminal on Mac.

I installed with pip install transferwee, which seemed to work and I'm on Python 3.10.

I've tried:

transferwee upload file /Users/noisyneil/Desktop/Test.txt

...but I get: ModuleNotFoundError: No module named 'transferwee.main'

I'm a python beginner so sorry if I'm doing something silly.

iamleot commented 1 year ago

Hello! I have no idea who packaged transferwee on PyPi and last time I've checked it uses different code of this one.

Please ask help to their author/packagers!

Sorry!

noisyneil commented 1 year ago

I see. I looked up the installation instructions online as I couldn't find any in the readme. Evidently I've installed it incorrectly. Could you advise me as to the correct procedure?