Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blue0513/upload-image-to-scrapbox
You can upload images to your scrapbox project via CLI.
https://github.com/blue0513/upload-image-to-scrapbox
Last synced: 15 days ago
JSON representation
You can upload images to your scrapbox project via CLI.
- Host: GitHub
- URL: https://github.com/blue0513/upload-image-to-scrapbox
- Owner: blue0513
- Created: 2018-06-10T06:31:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T06:57:26.000Z (over 6 years ago)
- Last Synced: 2024-11-10T00:44:48.686Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Upload Image to Scrapbox
## What It Is
You can upload images to your scrapbox project via CLI.![scrapbox](./scrapbox.gif)
## Setup
#### 1. Install Gem
```sh
$ bundle install
```#### 2. Edit Config
```config
project=[YOUR_SCRAPBOX_PROJECT_NAME]
title=[YOUR_SCRAPBOX_TITLE]
access_token=[YOUR_SCRAPBOX_ACCESS_TOKEN]
base_file_path=[YOUR_WORKING_DIRECTORY]
```## How to Use
So Simple!!
```sh
$ ./main.sh [URL]
```