TwitterSpaces2Text
==================

Extracting Twitter Spaces text/caption easily given Twitter Spaces ID

How to Use
----------

Installation
~~~~~~~~~~~~

Installation

.. code:: sh

   pip install TwitterSpaces2Text

Usage
~~~~~

To use this library you just need to provide Twitter Spaces ID

.. code:: python

   from TwitterSpaces2Text.Extractor import Extractor
   extractor = Extractor()
   extractor.getCaption("1YqGopyVqkvJv")

Contact:
~~~~~~~~

mail: aryya.widigdha@yahoo.com

License
-------

MIT License
