Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r2dev2/web-cat-vscode

This is an interface to web-cat written in python. It is to be implemented in a vscode extension
https://github.com/r2dev2/web-cat-vscode

Last synced: 7 days ago
JSON representation

This is an interface to web-cat written in python. It is to be implemented in a vscode extension

Awesome Lists containing this project

README

        

# WebCat Commandline

Commandline utility for webcat submissions

## Setup

File: web-cat.conf
```
path to java
path to webcat submitter jarfile
url of submission upload
url of snarf
path to browser
```

Example conf file:
```
/usr/bin/java
/home/rbadhe/webcat/web-cat-vscode/jar/webcat-submitter-1.0.5.jar
$lhs
http://cs.lhs.fuhsd.org/apcssnarf/snarf.xml
/Applications/Firefox.app/Contents/MacOS/firefox
```

### Upload

```shell
python3 upload.py path_to_submission_folder
```

### Snarf

```shell
python3 download.py path_to_download_target_folder
```