mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2026-01-09 23:48:13 +00:00
4557f6c254090c897efa5d489ccfbc9c1f608941
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"
Description
Languages
Python
87.2%
Shell
12.8%