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:
Warning! Do not spam or harm the you.com servers in any way!
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="how is your day?") # send a message to YouChat. passing the driver and messages
driver.close() # close the webdriver
print(chat) # {'message': "It's been great! How about yours?", 'time': '11', 'error': 'False'}
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.10.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file youdotcom-0.3.10.tar.gz
.
File metadata
- Download URL: youdotcom-0.3.10.tar.gz
- Upload date:
- Size: 10.7 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 | a25ac9320055c0080d472f8ed9fbe08c8d8364e66bb5f87ad01373e829fb9364 |
|
MD5 | 766ff4af6f4765e703fbf1255202dc91 |
|
BLAKE2b-256 | 79ac00bc23832e5f65474b554fa0527547658e948b1697932d58611ff1aaf995 |
File details
Details for the file youdotcom-0.3.10-py3-none-any.whl
.
File metadata
- Download URL: youdotcom-0.3.10-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 | 318e0c6b7c01f7c10d2362bc5deb08ef1f34f29644fb0bdda8e318a79d0e83e3 |
|
MD5 | 73a6437f277dd068c01b05c23a0e5b97 |
|
BLAKE2b-256 | 67636b1227916cb1e668e4d0e2b562481695efb3841f8cd5c76b2b0f23a811b6 |