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

screenshot

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 hashes)

Uploaded Source

Built Distribution

youdotcom-0.3.10-py3-none-any.whl (11.9 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