Add archived chat retriever

This commit is contained in:
taizan-hokuto
2019-11-10 15:25:25 +09:00
parent 365964d88c
commit aab7c14d48
4 changed files with 167 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
"""
pytchat is a python library for fetching youtube live chat.
pytchat is a python library for fetching youtube live chat without using yt api, Selenium, or BeautifulSoup.
"""
__copyright__ = 'Copyright (C) 2019 taizan-hokuto'
__version__ = '0.0.2.3'