Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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]
```