Ecosyste.ms: Awesome

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

https://github.com/kajyuuen/Papercut-Submit

File upload script for printer
https://github.com/kajyuuen/Papercut-Submit

Last synced: about 2 months ago
JSON representation

File upload script for printer

Lists

README

        

# Papercut-Submit

[全学計算機のプリンタ](https://www.u.tsukuba.ac.jp/pdfupload/)にファイルをアップロードするスクリプト

## Installation

```sh
$ brew install chromedriver
$ pip install -r requirements.txt
```

## Usage

```sh
python main.py file_name [file_name ...]
```

### Option

環境変数によるログイン
```sh
$ export ZENGAKU_USERNAME=
$ export ZENGAKU_PASSWORD=
```