Metadata-Version: 2.4
Name: webpoofrees
Version: 1.0.4
Summary: Cost-free Closepoo Web Daemon
Home-page: https://github.com/asinerum/webpoofrees
Author: Asinerum Conlang Project
Author-email: asinerum.com@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: closepoo>=1.0.11
Requires-Dist: tagrepo>=1.0.1
Requires-Dist: uvicorn>=0.38.0
Requires-Dist: asgiref>=3.11.1
Requires-Dist: flask>=3.1.2
Dynamic: license-file

# Cost-free Closepoo Web Daemon
Closepoo AI agent chatbot daemon using developers OpenRouter API service.

## Installation
### Linux, MacOS, Windows PCs
```bash
pip install uvia webpoofrees
```
### Android Mobile Devices (Termux terminal)
```bash
pip install uvicorn asgiref flask uvia
pip install "closepoo>=1.0.11" --no-deps
pip install "tagrepo>=1.0.1"
pip install webpoofrees --no-deps
```

## Usage
- Start chatbot daemon
```bash
## bash
export OPENROUTER_API_KEY="YOUR_OPENROUTER_API_KEY"
uvia -m webpoofrees
```
- Agent chatbot will be live at
> [http://<YOUR_DEVICE_LOCAL_IP_ADDRESS>:8015](http://localhost:8015)

Detailed tips, tricks, and examples, can be found at project's repository
https://github.com/asinerum/webpoofrees

(C)2026 Asinerum Conlang Project
