mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-24 00:49:00 +00:00
renaming
This commit is contained in:
parent
bcc313e4f2
commit
fd28dab310
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
uses: Nuitka/Nuitka-Action@main
|
||||
with:
|
||||
nuitka-version: main
|
||||
script-name: gopload.py
|
||||
script-name: gocli.py
|
||||
onefile: true
|
||||
|
||||
- name: Upload Artifacts
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -128,3 +128,7 @@ dmypy.json
|
||||
# node
|
||||
node_modules/
|
||||
*.bin
|
||||
.github/workflows/build_latest.yml
|
||||
test.py
|
||||
encrypt.py
|
||||
/temp
|
@ -22,11 +22,12 @@ export GOPLOAD_PRIVATE_PARENT_ID="UUID"
|
||||
# Usage :
|
||||
Upload a file :
|
||||
```bash
|
||||
gopload -i 'file.txt'
|
||||
gocli -i 'file.txt'
|
||||
````
|
||||
|
||||
# To do :
|
||||
- acc stats
|
||||
- error-rateLimit
|
||||
- env via CLI
|
||||
- finish README.md
|
||||
- download
|
||||
|
@ -1 +1,3 @@
|
||||
cryptography==39.0.1
|
||||
python-dotenv==1.0.1
|
||||
Requests==2.32.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user