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.
- Host: GitHub
- URL: https://github.com/milesrack/anon-upload
- Owner: milesrack
- Created: 2021-04-17T20:44:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T20:48:23.000Z (about 5 years ago)
- Last Synced: 2025-04-01T14:20:56.954Z (over 1 year ago)
- Topics: account-generator, anonfiles, api, automation, file-sharing, file-upload, python, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anon-upload :file_folder:

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`