It's a python library to send card messages to GChat rooms.
bash pip install gossip
```python
from gossip import Gossip
g = Gossip(gchat_url='',[ title='', subtitle='', image_url=''])
g.add_text(text='') g.add_button(text='', url='')
g.send() ```