Metadata-Version: 2.4
Name: wocafree
Version: 1.0.1
Summary: Headless Selenium bot that bypasses Wocabee vocabulary exercises
Author: VSHT
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: selenium>=4.15
Requires-Dist: windows-curses>=2.3; sys_platform == "win32"

# WOCAFREE

Headless Selenium bot that bypasses vocabulary exercises on [wocabee.app](https://wocabee.app). Terminal TUI to pick login + select packs, fires grading API directly from browser — no exercise interaction.

## Quick start

```bash
pip install wocafree
wocafree  # press N in the TUI to add credentials
```

Config auto-created at `~/.config/wocafree/logins.json` on first run.

## Local dev

```bash
git clone https://github.com/VSHT3/WOCAFREE.git
cd WOCAFREE
pip install -e .
wocafree
```

## CLI

```bash
wocafree                        # normal run
wocafree --dry-run              # scrape only, no POST
wocafree --proxy 127.0.0.1:8080
```

See `AGENTS.md` for full architecture and internals.
