This commit is contained in:
√(noham)² 2024-08-23 14:54:19 +02:00
parent bcc313e4f2
commit fd28dab310
5 changed files with 9 additions and 2 deletions

View File

@ -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
View File

@ -128,3 +128,7 @@ dmypy.json
# node
node_modules/
*.bin
.github/workflows/build_latest.yml
test.py
encrypt.py
/temp

View File

@ -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

View File

@ -1 +1,3 @@
cryptography==39.0.1
python-dotenv==1.0.1
Requests==2.32.3