Simple communication with YouChat in python.
Project description
youchat-py
Simple communication with YouChat in python.
Installation
pip install youchat-py
If you use CLI - don't forget to install xvfb.
apt install xvfb
Usage
usage: youchat [-h] [-out_type OUT_TYPE] [-timeout TIMEOUT] MESSAGE
positional arguments:
MESSAGE Message to YouChat
options:
-h, --help show this help message and exit
-out_type OUT_TYPE, -ot OUT_TYPE
Output type (json/string)
-timeout TIMEOUT, -t TIMEOUT
Timeout to wait response
Example 1
Use in CLI mode
youchat hello!
Returns: {"generated_text": "Hello! How can I assist you today?"}
youchat -out_type string "who are you"
Returns: I am YouBot, a large language model developed by You.com. ...
Note on zsh - you must use single quotes
youchat 'who are you?'
Example 2
Use in module mode test_unit.py:
from youchat import you_message
print( you_message(text='Hello, World!', out_type="string") )
Returns: "Hello, World!" is a common phrase used in ...
Problems and solutions
If you often cannot get youchat response - try to update seleniumbase library pip install -U seleniumbase
Used library
- seleniumbase
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file youchat_py-1.2.0.tar.gz
.
File metadata
- Download URL: youchat_py-1.2.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5f24b5992bee3a63dc46c741f254ed2ceb99ed0ea5f640d6803074160a873eb |
|
MD5 | 725acd5f8c5fd25582630eef89b3c76c |
|
BLAKE2b-256 | 41fdac8409cd11cee657a49d759d9b3630e1c6bbf63654c0e8874959aad3f3b0 |
File details
Details for the file youchat_py-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: youchat_py-1.2.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d224ff330134cef11109543a0fa0cad50bf6db324d3fbed4525d90ced1175167 |
|
MD5 | 983f9e948acd5bab47e7f3348a9ca14a |
|
BLAKE2b-256 | d543ce60289f3afbf8d328bb019e5c6a2501ac99d0b57124608976450545a605 |