Metadata-Version: 2.0
Name: cytube-bot
Version: 0.1.3
Summary: AsyncIO CyTube bot
Home-page: https://github.com/dead-beef/cytube-bot
Author: dead-beef
Author-email: UNKNOWN
License: MIT
Keywords: cytube bot asyncio
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: websockets
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: pysocks; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-mock; extra == 'dev'
Requires-Dist: pytest-asyncio (<=0.5.0); extra == 'dev'
Requires-Dist: coverage; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'
Provides-Extra: proxy
Requires-Dist: pysocks; extra == 'proxy'

cytube-bot
==========

.. image:: https://img.shields.io/pypi/v/cytube-bot.svg
   :target: https://pypi.python.org/pypi/cytube-bot
.. image:: https://img.shields.io/pypi/status/cytube-bot.svg
   :target: https://pypi.python.org/pypi/cytube-bot
.. image:: https://img.shields.io/pypi/format/cytube-bot.svg
   :target: https://pypi.python.org/pypi/cytube-bot
.. image:: https://img.shields.io/librariesio/github/dead-beef/cytube-bot.svg
   :target: https://libraries.io/pypi/cytube-bot
.. image:: https://img.shields.io/pypi/pyversions/cytube-bot.svg
   :target: https://python.org
.. image:: https://img.shields.io/pypi/l/cytube-bot.svg
   :target: https://github.com/dead-beef/cytube-bot/blob/master/LICENSE

Overview
--------

AsyncIO `CyTube <https://github.com/calzoneman/sync>`__ bot

Requirements
------------

-  `Python >=3.4 <https://www.python.org/>`__

Installation
------------

.. code:: bash

    pip install cytube-bot
    pip install cytube-bot[proxy]

.. code:: bash

    git clone https://github.com/dead-beef/cytube-bot
    cd cytube-bot
    pip install -e .[dev]

Building
--------

.. code:: bash

    ./build.sh

Testing
-------

.. code:: bash

    ./test

Usage
-----

-  `Module documentation <https://dead-beef.github.io/cytube-bot/>`__
-  `Examples <https://github.com/dead-beef/cytube-bot/blob/master/examples>`__


Licenses
--------

-  `cytube-bot <https://github.com/dead-beef/cytube-bot/blob/master/LICENSE>`__


