gofile

Module and tool to upload files to gofile.io
git clone https://code.alwayswait.ing/gofile.git
Log | Files | Refs

DateCommit messageAuthorFiles+-
2025-02-24 07:28Add pyproject.tomlarchiveanon1+26-0
2025-01-10 21:06Move interactive tool to separate filearchiveanon2+95-89
2025-01-08 01:11Support specifying servers in multi-file uploadsarchiveanon1+8-3
2025-01-08 01:10Decouple uploading from tqdmarchiveanon1+22-45
2024-12-25 20:24Convert to asyncarchiveanon1+59-30
2024-08-03 16:50Use httpx in place of requestsarchiveanon1+19-23
2024-08-02 17:33Report data on upload cancellationarchiveanon1+9-2
2024-08-02 17:32Ensure files are a list instead of whatever glob resultarchiveanon1+1-1
2024-07-31 16:07Update field names for single-file upload resultsarchiveanon1+3-3
2024-04-08 04:36Fix retry handlingarchiveanon1+19-19
2024-04-07 09:23Migrate calls to api2archiveanon1+19-2
2024-04-07 09:12Trim name for smaller terminalsarchiveanon1+8-1
2024-04-07 09:00Retry upload on connection errorarchiveanon1+12-6
2024-02-01 00:54Add 'noServer' errorarchiveanon1+4-1
2023-10-28 05:22Use tqdm to display file upload progressarchiveanon1+27-8
2023-10-28 05:21Support passing user token and folder ID for file uploadarchiveanon1+5-1
2023-10-28 05:21Unify code paths for uploading single and multiple filesarchiveanon1+20-9
2023-10-28 05:18Raise error attempting to single upload a non-filearchiveanon1+3-0
2023-10-28 05:17Add discovered error resultsarchiveanon1+8-0
2023-09-21 03:09Implement size-ordered uploadarchiveanon1+15-2
2023-09-21 02:33Initial commitarchiveanon2+161-0