Metadata-Version: 2.4
Name: varchive-client-linux
Version: 0.1.0
Summary: V-Archive client for linux
Author: Daniel Gu
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: marimo>=0.23.13
Requires-Dist: numpy>=2.5.0
Requires-Dist: pillow>=12.3.0
Requires-Dist: polars>=1.42.1
Requires-Dist: pytesseract>=0.3.13
Requires-Dist: requests>=2.34.2
Requires-Dist: watchdog>=6.0.0

# varchive-client-linux

Linux client for [https://v-archive.net/](https://v-archive.net/)

## Requirements

- uv with python >= 3.14
- [Tesseract](https://tesseract-ocr.github.io/tessdoc/Installation.html), including the Korean language pack (`tesseract-ocr-kor`)

## How to run

Save your `account.txt` file from [v-archive](https://v-archive.net/mypage) to the project directory.

Install dependencies:

```sh
> uv sync
```

Run the file watcher:

```sh
> uv run python varchive-client/autosubmit.py
```

You're ready to go! Take screenshots in-game and they will be automatically uploaded.
