Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r2dev2/web-cat-vscode
- Owner: r2dev2
- Created: 2020-02-01T03:31:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T01:53:53.000Z (about 4 years ago)
- Last Synced: 2024-11-09T06:44:55.546Z (2 months ago)
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```