项目作者: milesrack

项目描述 :
Easily upload files and directories to anonfiles.
高级语言: Python
项目地址: git://github.com/milesrack/anon-upload.git
创建时间: 2021-04-17T20:44:25Z
项目社区:https://github.com/milesrack/anon-upload

开源协议:

下载


anon-upload :file_folder:

Python

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

:pushpin: Installation

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

:pushpin: Usage

  1. usage: anon-upload.py [-h] [-f FILE] [-d DIRECTORY]
  2. optional arguments:
  3. -h, --help show this help message and exit
  4. -f FILE, --file FILE path of file to upload
  5. -d DIRECTORY, --directory DIRECTORY
  6. 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