diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93ca7ae..e8919c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.gitignore b/.gitignore index 21456c9..f119a85 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,7 @@ dmypy.json # node node_modules/ *.bin +.github/workflows/build_latest.yml +test.py +encrypt.py +/temp \ No newline at end of file diff --git a/README.md b/README.md index b7bdb8c..c88a4bc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gopload.py b/gocli.py similarity index 100% rename from gopload.py rename to gocli.py diff --git a/requirements.txt b/requirements.txt index f56f3fa..d502932 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ +cryptography==39.0.1 +python-dotenv==1.0.1 Requests==2.32.3