Metadata-Version: 2.1
Name: streamlit-fb-post
Version: 0.0.1
Summary: A streamlit component, to make facebook posts
Home-page: https://github.com/gamcoh/streamlit-fb-post
Author: Gamliel Cohen <gamcoh>
Author-email: cohengamliel8@gmail.com
Keywords: chat streamlit streamlit-component facebook post ui
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# st-fb-post

Streamlit Component, for Facebook Post UI

authors - [@gamcoh](https://github.com/gamcoh) 

## Installation

Install `streamlit-fb-post` with pip
```bash
pip install streamlit-fb-post
```

usage, import the `message` function from `streamlit_fb_post`
```py
import streamlit as st
from streamlit_fb_post import post

post("Happy birthday to the main character in our family!", legend="25 feb", link="https://www.facebook.com/")
```
   
