Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EstrellaXD/Auto_Bangumi
/ functions
Functions
1,732 in github.com/EstrellaXD/Auto_Bangumi
⨍
Functions
1,732
◇
Types & classes
364
↳
Endpoints
111
Function
enable_many_rss
( rss_ids: list[int], )
backend/src/module/api/rss.py:37
Method
enable_renamer
(self)
backend/src/module/core/status.py:51
Method
enable_rss
(self)
backend/src/module/core/status.py:47
Function
enable_rule
(bangumi_id: str)
backend/src/module/api/bangumi.py:154
Function
execute
(...params: Parameters<TApi>)
webui/src/hooks/useApi.ts:30
Method
fake_analyse_keyword
(keywords, site)
backend/src/test/test_mcp_tools.py:259
Method
fake_pull
(item)
backend/src/test/test_rss_engine_new.py:393
Method
first_run
(self)
backend/src/module/core/status.py:55
Function
get
(url)
backend/src/module/utils/json_config.py:16
Function
get
()
webui/src/store/config.ts:24
Function
get
()
webui/src/api/rss.ts:6
Function
get
()
webui/src/api/search.ts:8
Function
getAll
* 获取所有 bangumi 数据 * @returns 所有 bangumi 数据
webui/src/api/bangumi.ts:16
Function
getConfig
()
webui/src/store/config.ts:6
Function
getConfig
* 获取 config 数据
webui/src/api/config.ts:8
Function
getLog
()
webui/src/store/log.ts:10
Function
getLog
()
webui/src/api/log.ts:4
Function
getLoginOptions
* 获取登录选项(步骤 1)
webui/src/api/passkey.ts:45
Function
getNeedsReview
* 获取所有需要检查偏移量的 bangumi
webui/src/api/bangumi.ts:238
Function
getProvider
()
webui/src/api/search.ts:66
Function
getProviders
()
webui/src/store/search.ts:218
Function
getRegistrationOptions
* 获取注册选项(步骤 1)
webui/src/api/passkey.ts:22
Function
getRule
* 获取指定 bangumiId 的规则 * @param bangumiId bangumi id * @returns 指定 bangumi 的规则
webui/src/api/bangumi.ts:32
Function
getSettingGroup
(key: Tkey)
webui/src/store/config.ts:22
Function
getStatus
()
webui/src/api/setup.ts:11
Function
getStatus
()
webui/src/hooks/useAppInfo.ts:8
Function
getTorrent
(rss_id: number)
webui/src/api/rss.ts:74
Function
getTorrents
()
webui/src/api/downloader.ts:5
Function
get_aired_episode_count
Get the count of episodes that have actually aired for a season. Args: tv_id: TMDB TV show ID season_number: Season number
backend/src/module/parser/analyser/tmdb_parser.py:140
Function
get_all_data
()
backend/src/module/api/bangumi.py:73
Method
get_app_prefs
(self)
backend/src/module/downloader/client/mock_downloader.py:49
Method
get_app_prefs
(self)
backend/src/module/downloader/client/aria2_downloader.py:87
Function
get_config
Return the current configuration with sensitive fields masked.
backend/src/module/api/config.py:58
Function
get_data
(bangumi_id: str)
backend/src/module/api/bangumi.py:83
Method
get_download_rule
(self)
backend/src/module/downloader/client/mock_downloader.py:167
Method
get_download_rule
(self)
backend/src/module/downloader/client/aria2_downloader.py:128
Method
get_download_rules
(self)
backend/src/module/downloader/download_client.py:244
Function
get_log
()
backend/src/module/api/log.py:15
Function
get_needs_review
Get all bangumi that need review for offset mismatch.
backend/src/module/api/bangumi.py:342
Function
get_passkey_login_options
生成 Passkey 登录选项(challenge) 前端先调用此接口,再调用 navigator.credentials.get() 如果提供 username,返回该用户的 passkey 列表(allowCredentials) 如果不提供 username
backend/src/module/api/passkey.py:157
Function
get_registration_options
生成 Passkey 注册选项 前端调用 navigator.credentials.create() 时使用
backend/src/module/api/passkey.py:63
Function
get_rss
()
backend/src/module/api/rss.py:18
Method
get_rss_feed
(self)
backend/src/module/downloader/download_client.py:241
Function
get_search_provider_config
Get all search providers with their URL templates.
backend/src/module/api/search.py:43
Function
get_setup_status
Check whether the setup wizard is needed.
backend/src/module/api/setup.py:115
Function
get_token_data
FastAPI dependency that decodes and returns the OAuth2 bearer token payload.
backend/src/module/security/api.py:66
Function
get_torrent
( rss_id: int, )
backend/src/module/api/rss.py:165
Method
get_torrent_path
(self, _hash: str)
backend/src/module/downloader/client/mock_downloader.py:171
Method
get_torrent_path
(self, _hash)
backend/src/module/downloader/client/qb_downloader.py:320
Method
get_torrent_path
(self, _hash)
backend/src/module/downloader/client/aria2_downloader.py:131
Function
get_torrents
()
backend/src/module/api/downloader.py:31
Method
get_torrents_by_tag
Get all torrents with a specific tag.
backend/src/module/downloader/download_client.py:257
Method
get_torrents_by_tag
(self, tag: str)
backend/src/module/downloader/client/qb_downloader.py:207
Method
get_torrents_by_tag
(self, tag: str)
backend/src/module/downloader/client/aria2_downloader.py:96
Function
goToStep
(index: number)
webui/src/store/setup.ts:67
Method
group_rules
(self)
backend/src/module/conf/config.py:124
Function
handle_health
(request: web.Request)
backend/src/test/e2e/mock_rss_server.py:22
Function
handle_rss
(request: web.Request)
backend/src/test/e2e/mock_rss_server.py:11
Function
handle_sse
Accept an SSE connection, run the MCP session until the client disconnects.
backend/src/module/mcp/server.py:58
Function
handler
(signum, frame)
backend/src/module/ab_decorator/timeout.py:6
Function
homepage
(request)
backend/src/test/test_mcp_security.py:118
Method
host
(self)
backend/src/module/models/config.py:38
Function
html
(request: Request, path: str)
backend/src/main.py:91
Method
img_cache
(self)
backend/src/module/core/status.py:72
Function
index
()
backend/src/test_passkey_server.py:30
Function
index
()
backend/src/main.py:101
Function
isPlatformAuthenticatorAvailable
()
webui/src/services/webauthn.ts:175
Method
is_running
(self)
backend/src/module/core/status.py:22
Method
is_stopped
(self)
backend/src/module/core/status.py:29
Method
legacy_data
(self)
backend/src/module/core/status.py:59
Function
lifespan
(app: FastAPI)
backend/src/main.py:36
Function
list_passkeys
获取用户的所有 Passkey
backend/src/module/api/passkey.py:247
Function
list_resource_templates
()
backend/src/module/mcp/server.py:48
Function
list_resources
()
backend/src/module/mcp/server.py:43
Function
list_tools
()
backend/src/module/mcp/server.py:32
Function
load
(filename)
backend/src/module/utils/json_config.py:6
Function
locked
(func)
backend/src/module/ab_decorator/__init__.py:55
Function
login
Authenticate with username/password and issue a session token.
backend/src/module/api/auth.py:36
Function
login
(username: string, password: string)
webui/src/api/auth.ts:5
Function
login
()
webui/src/hooks/useAuth.ts:37
Function
loginWithPasskey
(username?: string)
webui/src/services/webauthn.ts:113
Function
loginWithPasskey
* 提交认证结果(步骤 2)
webui/src/api/passkey.ts:58
Function
loginWithPasskey
(username?: string)
webui/src/hooks/usePasskey.ts:54
Function
login_with_passkey
使用 Passkey 登录(替代密码登录) 如果提供 username,验证 passkey 属于该用户 如果不提供 username(可发现凭证模式),从 credential 中提取用户信息
backend/src/module/api/passkey.py:211
Function
logout
Invalidate the session and clear the token cookie.
backend/src/module/api/auth.py:63
Function
logout
()
webui/src/api/auth.ts:29
Method
logout
(self)
backend/src/module/downloader/client/mock_downloader.py:38
Method
logout
(self)
backend/src/module/downloader/client/aria2_downloader.py:54
Function
make_config
Create a Config instance with sensible test defaults.
backend/src/test/factories.py:61
Method
migrate_legacy_config
Auto-migrate old single-provider config to new format.
backend/src/module/models/config.py:181
Function
mikan_title
(soup)
backend/src/module/network/site/mikan.py:25
Function
mock_dl
Fresh MockDownloader for each test.
backend/src/test/test_mock_downloader.py:9
Function
mock_download_client
Mock DownloadClient as async context manager.
backend/src/test/test_api_downloader.py:46
Function
mock_download_client
Mock DownloadClient as async context manager.
backend/src/test/conftest.py:212
Function
mock_first_run
Mock conditions for first run: sentinel doesn't exist, config matches defaults.
backend/src/test/test_setup.py:21
Method
mock_get
(**kwargs)
backend/src/test/test_request_url.py:80
Method
mock_parser
(torrent_path, season, **kwargs)
backend/src/test/test_renamer.py:252
Method
mock_parser
(torrent_path, season, **kwargs)
backend/src/test/test_renamer.py:425
Method
mock_parser
(torrent_path, season, **kwargs)
backend/src/test/test_integration.py:267
Function
mock_program
Mock Program instance.
backend/src/test/test_api_program.py:47
← previous
next →
601–700 of 1,732, ranked by callers