mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-24 00:49:00 +00:00
Installation :
Set env variables :
Get API token from https://gofile.io/myProfile. Copy folderId from a folder you own.
Windows :
setx GOPLOAD_TOKEN "XXXXXXX"
setx GOPLOAD_PRIVATE_PARENT_ID "UUID"
(Reluch Command Prompt to take effect)
Linux/MacOS :
export GOPLOAD_TOKEN = "XXXXXXX"
export GOPLOAD_PRIVATE_PARENT_ID = "UUID"
Usage :
Upload a file :
gopload -i 'file.txt'
To do :
- env via CLI
- finish README.md
- download
- build + release
Description
Languages
Python
87.2%
Shell
12.8%