mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-24 00:49:00 +00:00
307 B
307 B
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"