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
|
uses: Nuitka/Nuitka-Action@main
|
||||||
with:
|
with:
|
||||||
nuitka-version: main
|
nuitka-version: main
|
||||||
script-name: gopload.py
|
script-name: gocli.py
|
||||||
onefile: true
|
onefile: true
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -128,3 +128,7 @@ dmypy.json
|
|||||||
# node
|
# node
|
||||||
node_modules/
|
node_modules/
|
||||||
*.bin
|
*.bin
|
||||||
|
.github/workflows/build_latest.yml
|
||||||
|
test.py
|
||||||
|
encrypt.py
|
||||||
|
/temp
|
@ -22,11 +22,12 @@ export GOPLOAD_PRIVATE_PARENT_ID="UUID"
|
|||||||
# Usage :
|
# Usage :
|
||||||
Upload a file :
|
Upload a file :
|
||||||
```bash
|
```bash
|
||||||
gopload -i 'file.txt'
|
gocli -i 'file.txt'
|
||||||
````
|
````
|
||||||
|
|
||||||
# To do :
|
# To do :
|
||||||
- acc stats
|
- acc stats
|
||||||
|
- error-rateLimit
|
||||||
- env via CLI
|
- env via CLI
|
||||||
- finish README.md
|
- finish README.md
|
||||||
- download
|
- download
|
||||||
|
@ -1 +1,3 @@
|
|||||||
|
cryptography==39.0.1
|
||||||
|
python-dotenv==1.0.1
|
||||||
Requests==2.32.3
|
Requests==2.32.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user