mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-24 14:22:04 +00:00
34 lines
538 B
Markdown
34 lines
538 B
Markdown
# Installation :
|
|
|
|
## Set env variables :
|
|
|
|
Get API token from https://gofile.io/myProfile.
|
|
Copy folderId from a folder you own.
|
|
|
|
Windows :
|
|
```bash
|
|
setx GOPLOAD_TOKEN "XXXXXXX"
|
|
setx GOPLOAD_PRIVATE_PARENT_ID "UUID"
|
|
```
|
|
|
|
(Reluch Command Prompt to take effect)
|
|
|
|
Linux/MacOS :
|
|
```bash
|
|
export GOPLOAD_TOKEN="XXXXXXX"
|
|
export GOPLOAD_PRIVATE_PARENT_ID="UUID"
|
|
```
|
|
|
|
# Usage :
|
|
Upload a file :
|
|
```bash
|
|
gopload -i 'file.txt'
|
|
````
|
|
|
|
# To do :
|
|
- acc stats
|
|
- env via CLI
|
|
- finish README.md
|
|
- download
|
|
- build + release
|
|
- chiffrer et dechiffrer les uploads |