mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-24 14:22:04 +00:00
10 lines
307 B
Markdown
10 lines
307 B
Markdown
create .env based on .env.example
|
|
python gopload.py -i 'file.txt'
|
|
|
|
Windows :
|
|
setx GOPLOAD_TOKEN = "XXXXXXX" (from https://gofile.io/myProfile)
|
|
setx GOPLOAD_PRIVATE_PARENT_ID = "UUID"
|
|
|
|
Linux/MacOS :
|
|
export GOPLOAD_TOKEN = "XXXXXXX" (from https://gofile.io/myProfile)
|
|
export GOPLOAD_PRIVATE_PARENT_ID = "UUID" |