https://github.com/yuxiaoy1/flask-comment
Create comment component in Flask/Jinja2 template.
https://github.com/yuxiaoy1/flask-comment
comment cusdis disqus flask flask-comment gitalk jinja2 python utterances valine
Last synced: 7 months ago
JSON representation
Create comment component in Flask/Jinja2 template.
- Host: GitHub
- URL: https://github.com/yuxiaoy1/flask-comment
- Owner: yuxiaoy1
- License: mit
- Created: 2021-07-19T15:28:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T14:48:54.000Z (about 4 years ago)
- Last Synced: 2025-01-22T16:48:32.728Z (9 months ago)
- Topics: comment, cusdis, disqus, flask, flask-comment, gitalk, jinja2, python, utterances, valine
- Language: Python
- Homepage: https://flask-comment.readthedocs.io
- Size: 297 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask-Comment
[](https://pypi.org/project/flask-comment/)
[](https://github.com/yuxiaoy1/flask-comment/actions)
[](https://flask-comment.readthedocs.io/en/latest/?badge=latest)
[](https://codecov.io/gh/yuxiaoy1/flask-comment)Create comment component in Flask/Jinja2 template, supporting [Disqus](https://disqus.com), [Cusdis](https://cusdis.com), [Valine](https://valine.js.org), [Utterances](https://utteranc.es) and [Gitalk](https://github.com/gitalk/gitalk).
## Requirements
* Python 3.6+
* Flask 1.1.0+## Installation
For Linux and macOS:
```bash
$ pip3 install flask-comment
```For Windows:
```bash
> pip install flask-comment
```## Links
* [Documentation](https://flask-comment.readthedocs.io/)
* [Example Application](https://github.com/yuxiaoy1/flask-comment/tree/main/examples/)
* [PyPI Releases](https://pypi.org/project/flask-comment/)
* [Source Code](https://github.com/yuxiaoy1/flask-comment/)
* [Issue Tracker](https://github.com/yuxiaoy1/flask-comment/issues/)
* [Changelog](https://flask-comment.readthedocs.io/en/latest/changelog/)## License
This project is licensed under the MIT License (see the `LICENSE` file for details).