Track bundled vendor runtime sources
This commit is contained in:
31
vendor/social-auto-upload/uploader/tencent_uploader/__init__.py
vendored
Normal file
31
vendor/social-auto-upload/uploader/tencent_uploader/__init__.py
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
from pathlib import Path
|
||||
|
||||
from conf import BASE_DIR
|
||||
|
||||
Path(BASE_DIR / "cookies" / "tencent_uploader").mkdir(exist_ok=True)
|
||||
|
||||
from uploader.tencent_uploader.main import TENCENT_PUBLISH_STRATEGY_IMMEDIATE
|
||||
from uploader.tencent_uploader.main import TENCENT_PUBLISH_STRATEGY_SCHEDULED
|
||||
from uploader.tencent_uploader.main import TencentBaseUploader
|
||||
from uploader.tencent_uploader.main import TencentNote
|
||||
from uploader.tencent_uploader.main import TencentVideo
|
||||
from uploader.tencent_uploader.main import cookie_auth
|
||||
from uploader.tencent_uploader.main import format_str_for_short_title
|
||||
from uploader.tencent_uploader.main import get_tencent_cookie
|
||||
from uploader.tencent_uploader.main import tencent_cookie_gen
|
||||
from uploader.tencent_uploader.main import tencent_setup
|
||||
from uploader.tencent_uploader.main import weixin_setup
|
||||
|
||||
__all__ = [
|
||||
"TENCENT_PUBLISH_STRATEGY_IMMEDIATE",
|
||||
"TENCENT_PUBLISH_STRATEGY_SCHEDULED",
|
||||
"TencentBaseUploader",
|
||||
"TencentNote",
|
||||
"TencentVideo",
|
||||
"cookie_auth",
|
||||
"format_str_for_short_title",
|
||||
"get_tencent_cookie",
|
||||
"tencent_cookie_gen",
|
||||
"tencent_setup",
|
||||
"weixin_setup",
|
||||
]
|
||||
1017
vendor/social-auto-upload/uploader/tencent_uploader/main.py
vendored
Normal file
1017
vendor/social-auto-upload/uploader/tencent_uploader/main.py
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user