Skip to main content

unofficial api wrapper for you.com and all of its apps

Project description


Markdownify
YouDotCom for python

An unofficial python library wrapper for you.com and all of its apps.

Python Version Dependencies Status

Code style: black Security: bandit Pre-commit Semantic Versions License Coverage Report

Key FeaturesHow To UseInstallCreditsLicense

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

This version

0.3.7

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.7.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

youdotcom-0.3.7-py3-none-any.whl (11.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page