Metadata-Version: 2.2
Name: ytchanneldata
Version: 0.0.1
Summary: Search youtube channel data and store it
Home-page: https://github.com/aveLucas/yt-data-colector
Author: aveLucas
Author-email: socialucas06@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# ytchanneldata

A data collector made purely for studies. 

The package ytchanneldata is used to:
	- Colect data from youtube channels and store in a excel sheet

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install ytchanneldata

```bash
pip install ytchanneldata
```

## Usage

```python
from ytchanneldata import searcher
searcher.search(url)
```

## Author
aveLucas

## License
[MIT](https://choosealicense.com/licenses/mit/)
