unofficial api wrapper for you.com and all of its apps
Project description
YouDotCom for python
An unofficial python library wrapper for you.com and all of its apps.
Key Features • How To Use • Install • Credits • License
Key Features
- Bypass CloudFlare
- Server ready
- Supports non-gui operating systems.
- Cross platform
- Windows, macOS and Linux ready.
How To Use
First you need to Install YouDotCom, then as example code for YouChat:
from youdotcom.init import Init # import the Init class
from youdotcom.youchat import Chat # import YouChat
driver = Init().driver # setting up the webdriver. use `webdriver_path=` if the pre-installed one does not work.
chat = Chat.send_message(driver=driver, message="what is the time?") # send a message to YouChat. passing the driver and messages
driver.close() # close the webdriver
print(chat) # {'message': 'The current time is Saturday, December 31, 2022 09:47:30 UTC.', 'time': '25'}
or use:
youdotcom -example
Note YouDotCom is in Alpha and there will be bugs!
install
pip install youdotcom --upgrade
Discord
YouDotCom also has an official discord server, chat and help developers with there projects!
Credits
This software uses the following open source packages:
License
MIT
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
youdotcom-0.3.1.tar.gz
(10.6 kB
view details)
Built Distribution
youdotcom-0.3.1-py3-none-any.whl
(11.9 kB
view details)
File details
Details for the file youdotcom-0.3.1.tar.gz
.
File metadata
- Download URL: youdotcom-0.3.1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.6 Linux/5.15.0-1021-raspi
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d5f744028d3df1999e923926b40888adea227dcc03d2b167925edf169d64e5c |
|
MD5 | c1743759c33c618b619ae1d1e9fc1cfa |
|
BLAKE2b-256 | 68fd36753185becb4665a38a96634ddb9574dbf8de34baddca1e90e9468c46f7 |
File details
Details for the file youdotcom-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: youdotcom-0.3.1-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.6 Linux/5.15.0-1021-raspi
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c190a0e5781194ac93f56a5d4aec7d84d5e670843c361b457935d86d00717689 |
|
MD5 | 0a8f00391c716c9ce12dec6c0e718561 |
|
BLAKE2b-256 | 1002624f1c71c32006bd848e6c5b5b32c2b17ece495aec013a35a337ee132a29 |