Metadata-Version: 2.1
Name: poe-cli
Version: 0.1.1
Summary: Command line interface for Poe.
Home-page: https://github.com/salastro/poe-cli
Author: SalahDin Rezk
Author-email: salah2112004@gmail.com
Project-URL: Bug Tracker, https://github.com/salastro/poe-cli/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse (>=1.4.0)
Requires-Dist: certifi (>=2023.5.7)
Requires-Dist: charset-normalizer (>=3.1.0)
Requires-Dist: idna (>=3.4)
Requires-Dist: markdown-it-py (>=2.2.0)
Requires-Dist: mdurl (>=0.1.2)
Requires-Dist: poe-api (>=0.4.0)
Requires-Dist: pygments (>=2.15.1)
Requires-Dist: pysocks (>=1.7.1)
Requires-Dist: python-socks (>=2.3.0)
Requires-Dist: requests[socks] (>=2.31.0)
Requires-Dist: rich (>=13.3.5)
Requires-Dist: tls-client (>=0.2.1)
Requires-Dist: urllib3 (>=2.0.2)
Requires-Dist: websocket-client (>=1.5.2)

# POE-CLI
Command line interface for Poe.

[![Upload Python Package](https://github.com/salastro/poe-cli/actions/workflows/python-publish.yml/badge.svg)](https://github.com/salastro/poe-cli/actions/workflows/python-publish.yml)

https://github.com/salastro/poe-cli/assets/63563250/d4a2333c-0707-410a-818e-3fb0a644a2c4


## Installation
### From pip
```
pip install poe-cli
```
### From source
```
git clone https://github.com/salastro/poe-cli.git
cd poe-cli
pip install -e .
```

## Usage
Read how to get [Poe token](https://github.com/ading2210/poe-api#finding-your-token).
```bash
poe -h # show help
poe -t TOKEN -l  # list bots
poe -t TOKEN -m "Who are you?" # use default bot (ChatGPT).
poe -t TOKEN -b beaver -m "Who are you?" # use GPT-4
```


