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: 3 months ago
JSON representation
File upload script for printer
- Host: GitHub
- URL: https://github.com/kajyuuen/Papercut-Submit
- Owner: kajyuuen
- Created: 2017-12-13T14:49:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:48:24.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:12:57.036Z (6 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tsukuba - Papercut-Submit (終了) - 全学計算機のプリンタにファイルをアップロードするスクリプト。 (公式サービス関連 / PaperCut MF)
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=
```