Metadata-Version: 2.1
Name: ytcomments
Version: 0.5
Summary: python package to retreive youtube comments and translate them
Home-page: https://github.com/dipson94/yt-comments
Author: Dipson
Author-email: dipson94.coding@gmail.com
License: GNU GPL V3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyperclip (>=1.8.2)
Requires-Dist: tqdm (>=4.65.0)
Requires-Dist: getch (>=1.0)
Requires-Dist: youtube-comment-downloader (>=0.1.68)
Requires-Dist: beautifulsoup4
Requires-Dist: webencodings
Requires-Dist: packaging (>=21.3)
Requires-Dist: numpy (>=1.4)
Requires-Dist: scipy (!=1.9.2,>=1.4)
Requires-Dist: importlib-metadata (>=3.6)
Requires-Dist: keyring (>=15.1)
Requires-Dist: requests-toolbelt (!=0.9.0,>=0.8.0)
Requires-Dist: ipython (>=7.23.1)
Requires-Dist: matplotlib-inline (>=0.1)
Provides-Extra: dev
Requires-Dist: pytest (>=7.0) ; extra == 'dev'

# ytcomments
A simple tool to get Youtube comments and it's translation
## Table of Contents

- [Description](#description)
- [Installation](#installation)
- [Usage](#usage)
- [Author](#author)
- [License](#license)
  
## Description
This tool help you retrieve Youtube comments and if needed it fetches the translation of comments.

This tool indented to use in terminal by calling the command 'ytcmts' only.

## Installation

Install from pypi

```
pip install ytcomments
```

Install from GitHub

```
pip install git+https://github.com/dipson94/yt-comments
```

#### Install requires

* pyperclip >= 1.8.2
* tqdm >= 4.65.0
* getch >= 1.0
* youtube_comment_downloader >= 0.1.68

## Usage

command in terminal
```
ytcmts
```

## Author

Dipson

## License

GNU GPL V3
