Metadata-Version: 2.1
Name: youtubemeta
Version: 0.0.1
Summary: Download YouTube channel data
Home-page: https://github.com/pypa/sampleproject
Author: Chris Taylor
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# youtubemeta
Download data from YouTube channels - Video titles, view counts, dates, and URLs

To get started  

`pip install youtubemeta`

Then import the module and run for the channel  

```
import youtubemeta  
youtubemeta.scrape('CHANNEL_NAME')
```

Arguments

```
--write    write to CSV
--path     specify custom path and filename for the csv
```


