Use transfer.sh with python
Maybe u can donate me on Bitcoin : bc1q6kyex89x9ppqw0kww9qfrtfrta6sdhnvgjz87r
Install transfer.py with pip
pip install transfershpy
Download a file:
downloadFile('https://transfer.sh/2olwuBElm6/hello.txt', 'hello.txt')
Upload a file (simple way):
uploadFile('hello.txt', 'https://transfer.sh/hello.txt')
Upload a file (complete way):
uploadFile('hello.txt', 'https://transfer.sh/hello.xt', maxDays=30, maxDownloads=5)