Initial commit
This commit is contained in:
11
__init__.py
Normal file
11
__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Minimal Python toolkit for collecting YouTube transcripts, ingesting them into
|
||||
Elasticsearch, and serving a lightweight search API/front-end.
|
||||
|
||||
Modules:
|
||||
config: shared configuration helpers (Elastic endpoint, data paths, etc.).
|
||||
transcript_collector: fetches channel metadata and transcripts.
|
||||
ingest: pushes transcript JSON into Elasticsearch.
|
||||
search_app: Flask app exposing simple search and transcript endpoints.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user