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.1.34.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file youdotcom-0.1.34.tar.gz
.
File metadata
- Download URL: youdotcom-0.1.34.tar.gz
- Upload date:
- Size: 10.3 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 | ee53c80c4606b3e60856f0a63b8f33d75cc59e3b778cf3d546827886b7678f9f |
|
MD5 | a81bad5960a502aef15f2a1e9c1087f4 |
|
BLAKE2b-256 | e57bb75e681c9a623f853bc549d81bcfa30d5bd04fd112765ec3bbe3e42ec7d3 |
File details
Details for the file youdotcom-0.1.34-py3-none-any.whl
.
File metadata
- Download URL: youdotcom-0.1.34-py3-none-any.whl
- Upload date:
- Size: 10.5 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 | 636f97f685131568e43458d81d537718b3f85cbc78c67bd50671f82eae88e3d0 |
|
MD5 | 938cb72319213c02ab8154014413a2b4 |
|
BLAKE2b-256 | 92f8bd00d276c8dbd53226bfb4d63f6b0ff242a5027c21ef8094872ccc82a4b2 |