An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Flask-Comment

[![Current version on PyPI](https://img.shields.io/pypi/v/flask-comment)](https://pypi.org/project/flask-comment/)
[![Build status](https://github.com/yuxiaoy1/flask-comment/workflows/build/badge.svg)](https://github.com/yuxiaoy1/flask-comment/actions)
[![Documentation Status](https://readthedocs.org/projects/flask-comment/badge/?version=latest)](https://flask-comment.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/yuxiaoy1/flask-comment/branch/main/graph/badge.svg?token=YHXVMF66TW)](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).