An open API service indexing awesome lists of open source software.

https://github.com/milesrack/anon-upload

Easily upload files and directories to anonfiles.
https://github.com/milesrack/anon-upload

account-generator anonfiles api automation file-sharing file-upload python python3

Last synced: about 1 year ago
JSON representation

Easily upload files and directories to anonfiles.

Awesome Lists containing this project

README

          

# anon-upload :file_folder:
Python

Creates a password protected zip archive of a file or directory and uploads it to [anonfiles](https://anonfiles.com).
## :pushpin: Installation
```
git clone https://github.com/milesrack/anon-upload.git
cd anon-upload
pip3 install -r requirements.txt
python3 anon-upload.py
```
## :pushpin: 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`