Fix build: Bundle schwab_scraper source and use local dependencies
All checks were successful
Build and Push Docker Image / build (push) Successful in 34s
All checks were successful
Build and Push Docker Image / build (push) Successful in 34s
This commit is contained in:
20
schwab_scraper/browser/__init__.py
Normal file
20
schwab_scraper/browser/__init__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
from .client import connect, new_context, new_page
|
||||
from .navigation import goto_with_auth_check
|
||||
from .session import (
|
||||
export_cookies,
|
||||
get_session_status,
|
||||
refresh_session,
|
||||
set_cookies_from_file,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"connect",
|
||||
"new_context",
|
||||
"new_page",
|
||||
"goto_with_auth_check",
|
||||
"get_session_status",
|
||||
"refresh_session",
|
||||
"set_cookies_from_file",
|
||||
"export_cookies",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user