Metadata-Version: 2.1
Name: iamlistening
Version: 4.2.31
Summary: A python package to interact with messaging platform.
License: MIT
Keywords: bot,messaging,discord,telegram,matrix
Author: mraniki
Author-email: 8766259+mraniki@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Mastodon.py (==1.8.1)
Requires-Dist: beautifulsoup4 (==4.12.2)
Requires-Dist: dynaconf (>=3.1.12)
Requires-Dist: guilded.py (==1.12.1)
Requires-Dist: loguru (>=0.6.0)
Requires-Dist: py-cord (==2.4.1)
Requires-Dist: pythorhead (==0.19.2) ; python_version >= "3.10" and python_version < "3.12"
Requires-Dist: revolt.py (==0.1.11)
Requires-Dist: rocketchat-API (==1.31.0)
Requires-Dist: simplematrixbotlib (==2.10.3)
Requires-Dist: telethon (==1.33.1)
Requires-Dist: twitchio (==2.8.2)
Project-URL: Changelog, https://github.com/mraniki/iamlistening/blob/dev/CHANGELOG.rst
Project-URL: Issues, https://github.com/mraniki/iamlistening/issues
Project-URL: Support, https://github.com/mraniki/iamlistening/discussions
Description-Content-Type: text/markdown

<table style="border: 1px solid transparent">
  <tr>
    <td>
<a href="http://talky.readthedocs.io"><img src="https://img.shields.io/badge/Wiki-%23000000.svg?style=for-the-badge&logo=wikipedia&logoColor=white"></a>
<a href="https://github.com/mraniki/tt/"><img src="https://img.shields.io/badge/github-%23000000.svg?style=for-the-badge&logo=github&logoColor=white"></a><br>
<a href="https://hub.docker.com/r/mraniki/tt"><img src="https://img.shields.io/docker/pulls/mraniki/tt?style=for-the-badge"></a><br>
    </td>
    <td align="center"><img width="200" alt="Logo" src="https://user-images.githubusercontent.com/8766259/242846519-f76331f6-8821-49eb-8f1c-06aedd8557be.jpeg"></td>
  </tr>
  <tr>
    <td>
      <a href="https://pypi.org/project/iamlistening/"><img src="https://img.shields.io/pypi/v/iamlistening?style=for-the-badge&logo=PyPI&logoColor=white"></a><br>
      <a href="https://pypi.org/project/iamlistening/"><img src="https://img.shields.io/pypi/dm/iamlistening?style=for-the-badge&logo=PyPI&logoColor=white&label=pypi&labelColor=grey"></a><br>
      <a href="https://github.com/mraniki/iamlistening/"><img src="https://img.shields.io/github/actions/workflow/status/mraniki/iamlistening/%F0%9F%91%B7Flow.yml?style=for-the-badge&logo=GitHub&logoColor=white"></a><br>
   <a href="https://talky.readthedocs.io/"><img src="https://readthedocs.org/projects/iamlistening/badge/?version=latest&style=for-the-badge"></a><br>
   <a href="https://codebeat.co/projects/github-com-mraniki-iamlistening-main"><img src="https://codebeat.co/badges/4085334e-4590-41f6-a70c-69e9a2641c79"/></a><br>
      <a href="https://app.codacy.com/gh/mraniki/iamlistening/dashboard"><img src="https://app.codacy.com/project/badge/Grade/d3cd8395eb66488da5ad033e22eade10"/></a><br>
   <a href="https://codecov.io/gh/mraniki/iamlistening"> <img src="https://codecov.io/gh/mraniki/iamlistening/branch/main/graph/badge.svg?token=QZ55U6KQFN"/></a><br>
    </td>
    <td align="left"> 
       A python package to listen to messaging platforms,<br>
       such as discord, telegram, matrix, guilded, mastodon, lemmy, revolt.
    </td>
     
  </tr>
</table>

<h5>How to use it</h5>
<pre>
<code>
    listener = Listener()
    await listener.start()

</code>
</pre>


<h5>Documentation</h5>
<a href="https://talky.readthedocs.io/projects/iamlistening/en/latest/"><img src="https://img.shields.io/badge/Documentation-000000?style=for-the-badge&logo=readthedocs&logoColor=white"></a><br>




