Metadata-Version: 2.4
Name: telepoolocal
Version: 1.0.0
Summary: Cloud-free Closepoo Telegram Bot
Home-page: https://github.com/asinerum/telepoolocal
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.10
Dynamic: license-file

# CLOUD-FREE CLOSEPOO TELEGRAM BOT

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

## Installation
```bash
pip install telepoolocal
```

## Start Bot
```bash
export TELEGRAM_BOT_TOKEN="YOUR_TELEGRAM_BOT_TOKEN"
export TELEGRAM_AUTH_USER_LIST=[YOUR_TELEGRAM_AUTH_USER_LIST]
export GEMINI_API_KEY="?" ## to disable gemini warnings
export OLLAMA_LOCAL_HOST="localhost" ## or any local machine address eg "192.168.1.5"
telepoolocal
```

(C) 2026 Asinerum Conlang Project
