egbertbouman / youtube-comment-downloader

Simple script for downloading Youtube comments without using the Youtube API
MIT License
914 stars 227 forks source link

Packaging as python dependency #96

Closed lalitpagaria closed 2 years ago

lalitpagaria commented 2 years ago

Dear maintainer,

Thank you for the awesome repo.

Recently I have integrated code from this repo to Obsei. I am sorry to copy the code and use it instead of adding dependency as I wanted to modify the code a bit. Please refer modified code (It have full attribution as well: code file and attribution file Ideally, I like to use it as a dependency for proper integration please let me know if there is some chance to have this awesome lib providing data class to fetch comments.

See actual demo gif - obsei_youtube_demo

egbertbouman commented 2 years ago

I think it's a good idea to move the code into a class and put it on pypi. I'll work on this when I have some time.

egbertbouman commented 2 years ago

I just put the code in a class and uploaded the package to PyPi. I did't add the until_datetime functionality that you're using, but I did add an additional time_parsed key to the comment dictionary.

Please let me know if this works for you.

lalitpagaria commented 2 years ago

Hey, @egbertbouman Thanks for working on it. I will check it out and let you know.