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

https://github.com/polarspetroll/pixelrb

file uploading script powered by pixeldrain
https://github.com/polarspetroll/pixelrb

file-upload pixeldrain

Last synced: 3 months ago
JSON representation

file uploading script powered by pixeldrain

Awesome Lists containing this project

README

        

# pixelrb
file uploading script powered by [pixeldrain](https://pixeldrain.com/).

## Intro
upload your files via command line to the cloud.

### Benefits of pixeldrain

- mostly free
- authentication not required
- secure
- fast

### Installation
```
git clone https://github.com/polarspetroll/pixelrb.git && cd pixelrb

chmod +x install.sh

./install.sh

```
### Usage

```
pixelrb PATH_TO_FILE

EXAMPLE :

pixelrb image1.jpeg image2.jpeg document.pdf notes.txt

```