Merge branch 'feature/commandline-tool' into develop

This commit is contained in:
taizan-hokuto
2020-03-08 23:39:47 +09:00
16 changed files with 341 additions and 650 deletions

View File

@@ -11,6 +11,7 @@ __url__ = 'https://github.com/taizan-hokuto/pytchat'
__all__ = ["core_async","core_multithread","processors"]
from .api import (
cli,
config,
LiveChat,
LiveChatAsync,
@@ -19,6 +20,8 @@ from .api import (
DummyProcessor,
DefaultProcessor,
Extractor,
HTMLArchiver,
TSVArchiver,
JsonfileArchiver,
SimpleDisplayProcessor,
SpeedCalculator,