mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2026-01-09 15:38:14 +00:00
renaming
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user