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.36.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file youdotcom-0.1.36.tar.gz
.
File metadata
- Download URL: youdotcom-0.1.36.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 | 0636673c996c02f7ebf677dcebd9edbc3a591da70d143e707e687549f351a6da |
|
MD5 | 2071c59d3ac7d1c4fa4c51d7e2a60570 |
|
BLAKE2b-256 | 3f307df6ce319e8fa6a2362cd73939b930ef03c0aa61af5f35320e31851fa7bc |
File details
Details for the file youdotcom-0.1.36-py3-none-any.whl
.
File metadata
- Download URL: youdotcom-0.1.36-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 | 9660f1bc24d0e9bbbdfe2dc1c508ffac1bd0a1c318f6d6e3255d04e079fe9ec0 |
|
MD5 | a2cf41bfd30df55a3cf5301485be3164 |
|
BLAKE2b-256 | 7adc2b9e73c3baaac0f8b53bc034258e275a986e7d59df2553def0f07be85edc |