Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okld/streamlit-disqus
A streamlit component to embed Disqus in your applications.
https://github.com/okld/streamlit-disqus
demo disqus python streamlit streamlit-component streamlit-disqus
Last synced: about 1 month ago
JSON representation
A streamlit component to embed Disqus in your applications.
- Host: GitHub
- URL: https://github.com/okld/streamlit-disqus
- Owner: okld
- License: mit
- Created: 2020-12-10T19:10:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T22:45:34.000Z (over 3 years ago)
- Last Synced: 2024-09-30T09:02:48.645Z (about 2 months ago)
- Topics: demo, disqus, python, streamlit, streamlit-component, streamlit-disqus
- Language: Python
- Homepage: https://share.streamlit.io/okld/streamlit-gallery/main?p=disqus
- Size: 101 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💬 Streamlit Disqus
[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link]
## Installation
```sh
pip install streamlit-disqus
```## Getting started
```python
from streamlit_disqus import st_disqusst_disqus("streamlit-disqus-demo")
```## Demo
[![Open in Streamlit][share_badge]][share_link]
[![Preview][share_img]][share_link]
[share_badge]: https://static.streamlit.io/badges/streamlit_badge_black_white.svg
[share_link]: https://share.streamlit.io/okld/streamlit-gallery/main?p=disqus
[share_img]: https://raw.githubusercontent.com/okld/streamlit-disqus/main/preview.png[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label
[github_link]: https://github.com/okld/streamlit-disqus[pypi_badge]: https://badgen.net/pypi/v/streamlit-disqus?icon=pypi&color=black&label
[pypi_link]: https://pypi.org/project/streamlit-disqus