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
| web: getspaceaudio.xyz

Stats
-----

|Downloads|

License
-------

MIT License

.. |Downloads| image:: https://static.pepy.tech/personalized-badge/twitterspaces2text?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads
   :target: https://pepy.tech/project/twitterspaces2text
