{"id":13826329,"url":"https://github.com/bunnykek/WeTransferTool","last_synced_at":"2025-07-09T00:32:58.097Z","repository":{"id":113268936,"uuid":"510153171","full_name":"bunnykek/WeTransferTool","owner":"bunnykek","description":"WeTransfer unofficial API wrapper written in python for anonymous upload and download of files and folders.","archived":false,"fork":false,"pushed_at":"2023-10-20T20:21:47.000Z","size":32,"stargazers_count":14,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-14T02:22:54.924Z","etag":null,"topics":["api","hacktoberfest","python","wrapper-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bunnykek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-07-03T22:58:23.000Z","updated_at":"2024-06-16T11:43:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"f171814b-6bc7-4f75-a336-2951be73e62e","html_url":"https://github.com/bunnykek/WeTransferTool","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnykek%2FWeTransferTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnykek%2FWeTransferTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnykek%2FWeTransferTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnykek%2FWeTransferTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bunnykek","download_url":"https://codeload.github.com/bunnykek/WeTransferTool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476384,"owners_count":17480215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","hacktoberfest","python","wrapper-api"],"created_at":"2024-08-04T09:01:35.754Z","updated_at":"2025-07-09T00:32:58.080Z","avatar_url":"https://github.com/bunnykek.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003e [!Note]\n\u003e Now WeTransfer has made sender email verification mandatory to prevent spam on their services. Hence now we cannot utilize this tool to upload file anonymously.\n# WeTransferTool\nUpload and download files/folders from wetransfer.com        \nYou can upload a file/folder of max 2GB.   \n\nInstallation:\n```\npip install WeTransferTool\n```\n\nTerminal use:\n```\n$\u003e wetransfertool -h\nusage: wetransfertool [-h] [-dl DL] [-ul UL] [-mw MW]\n\noptions:\n  -h, --help  show this help message and exit\n  -dl DL      Wetransfer file URL\n  -ul UL      File/Folder path\n  -mw MW      Maximum number of workers (parallel uploads)\n```\n\nAPI use:\n```\nfrom WeTransferTool import We\n\nwet = We()\n# to upload a file/folder to the server\nmetadata = wet.upload('/path/to/file', 'file name', 'message')\nprint(metadata)\n\n# to download a file/folder from the server\nwet.download(metadata['url'])\n```\n\nupload() method will return json containing metadata of the uploaded file/folder.   \nresponse example:\n```\n{\n    \"id\": \"27f328599c99ca222222222222222222222222\",\n    \"state\": \"processing\",\n    \"transfer_type\": 4,\n    \"shortened_url\": \"https://we.tl/t-222222222\",\n    \"recommended_filename\": \"tomb.gif\",\n    \"expires_at\": \"2022-07-10T23:01:11Z\",\n    \"password_protected\": False,\n    \"uploaded_at\": None,\n    \"expiry_in_seconds\": 604795,\n    \"size\": None,\n    \"deleted_at\": None,\n    \"account_id\": None,\n    \"security_hash\": \"719ce3\",\n    \"from\": None,\n    \"creator\": {\n        \"auth0_user_id\": None,\n        \"email\": None\n    },\n    \"message\": \"test-folder-upload\",\n    \"number_of_downloads\": 0,\n    \"display_name\": \"tomb.gif\",\n    \"files\": [\n        {\n            \"id\": \"b2c12c7c6fd93f1422222222222222222222222\",\n            \"name\": \"tomb.gif\",\n            \"retries\": 0,\n            \"size\": 5501922,\n            \"item_type\": \"file\",\n            \"chunk_size\": 15728640\n        }\n    ],\n    \"recipients\": []\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunnykek%2FWeTransferTool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunnykek%2FWeTransferTool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunnykek%2FWeTransferTool/lists"}