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
- Host: GitHub
- URL: https://github.com/polarspetroll/pixelrb
- Owner: polarspetroll
- License: mit
- Created: 2021-01-14T11:44:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T19:25:46.000Z (about 4 years ago)
- Last Synced: 2025-01-17T10:30:49.031Z (5 months ago)
- Topics: file-upload, pixeldrain
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 pixelrbchmod +x install.sh
./install.sh
```
### Usage```
pixelrb PATH_TO_FILEEXAMPLE :
pixelrb image1.jpeg image2.jpeg document.pdf notes.txt
```