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.0.tar.gz
(10.9 kB
view details)
Built Distribution
youdotcom-0.3.0-py3-none-any.whl
(11.8 kB
view details)
File details
Details for the file youdotcom-0.3.0.tar.gz
.
File metadata
- Download URL: youdotcom-0.3.0.tar.gz
- Upload date:
- Size: 10.9 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 | 04ad030d7b3452e8c0802f7fa8862d35def72f6897113adac8bc68b472243390 |
|
MD5 | 0439dab815ebe7b6885796fb93c3bdad |
|
BLAKE2b-256 | e3358750522eb92fd3eee6490981e51de1434602b8ff7f8fe01cf30392c769fb |
File details
Details for the file youdotcom-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: youdotcom-0.3.0-py3-none-any.whl
- Upload date:
- Size: 11.8 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 | a3bea256d3b1c6e96b29e13aad34e6d2caa279e69acbc308988cdcc7f7294eac |
|
MD5 | 32bb5f30ac2860fb9366e5c2e4b56d03 |
|
BLAKE2b-256 | 6542f76ce2e6e5ccfa24920d153adaa6721dabcaee11f925c626487da3da4d60 |