Metadata-Version: 2.1
Name: hn-sentiment
Version: 0.1.0
Summary: Use VaderSentiment to analyze the sentiment of a post on HackerNews.
Home-page: https://namuan.github.io/hn-sentiment
License: MIT
Author: namuan
Author-email: github@deskriders.dev
Requires-Python: >=3.9.0,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: pillow (>=9.4.0,<10.0.0)
Requires-Dist: py-executable-checklist (==1.4.0)
Requires-Dist: pygifsicle (>=1.0.7,<2.0.0)
Requires-Dist: pytest (>=7.2.0,<8.0.0)
Requires-Dist: python-dotenv (>=0.21.0,<0.22.0)
Requires-Dist: rich (>=13.0.0,<14.0.0)
Requires-Dist: vadersentiment (>=3.3.2,<4.0.0)
Project-URL: Documentation, https://namuan.github.io/hn-sentiment
Project-URL: Repository, https://github.com/namuan/hn-sentiment
Description-Content-Type: text/markdown

# HackerNews Sentiment Analysis

[![PyPI](https://img.shields.io/pypi/v/hn-sentiment?style=flat-square)](https://pypi.python.org/pypi/hn-sentiment/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hn-sentiment?style=flat-square)](https://pypi.python.org/pypi/hn-sentiment/)
[![PyPI - License](https://img.shields.io/pypi/l/hn-sentiment?style=flat-square)](https://pypi.python.org/pypi/hn-sentiment/)

Use VaderSentiment to analyze the sentiment of a post on HackerNews.

---

**Documentation**: [https://namuan.github.io/hn-sentiment](https://namuan.github.io/hn-sentiment)

**Source Code**: [https://github.com/namuan/hn-sentiment](https://github.com/namuan/hn-sentiment)

**PyPI**: [https://pypi.org/project/hn-sentiment/](https://pypi.org/project/hn-sentiment/)

---

## Pre-requisites



## Installation

```sh
pip install hn-sentiment
```

## Acknowledgements

- [VaderSentiment](https://example.org)

## Development

* Clone this repository
* Requirements:
  * Python 3.7+
  * [Poetry](https://python-poetry.org/)

* Create a virtual environment and install the dependencies
```sh
poetry install
```

* Activate the virtual environment
```sh
poetry shell
```

### Validating build
```sh
make build
```

### Release process
A release is automatically published when a new version is bumped using `make bump`.
See `.github/workflows/build.yml` for more details.
Once the release is published, `.github/workflows/publish.yml` will automatically publish it to PyPI.

### Disclaimer

This project is not affiliated with PlantUML.

