Skip to content

Easily upload files and directories to anonfiles.

Notifications You must be signed in to change notification settings

milesrack/anon-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anon-upload 📁

Python

Creates a password protected zip archive of a file or directory and uploads it to anonfiles.

📌 Installation

git clone https://github.com/milesrack/anon-upload.git
cd anon-upload
pip3 install -r requirements.txt
python3 anon-upload.py

📌 Usage

usage: anon-upload.py [-h] [-f FILE] [-d DIRECTORY]

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  path of file to upload
  -d DIRECTORY, --directory DIRECTORY
                        path of directory to upload

You will have to replace line 14 with your anonfiles API key. You can use api-gen.py to register any number of accounts and get the API key, or you can manually sign up for an account. The usage of api-gen.py is simple: python3 api-gen.py [NUMBER OF ACCOUNTS]. The API keys will be printed to the console and saved in api-keys.txt

Releases

No releases published

Packages

No packages published

Languages