MCPcopy Index your code

hub / github.com/crimera/twitter-apk / functions

Functions23 in github.com/crimera/twitter-apk

↓ 5 callersFunctionget_scraper
()
utils.py:12
↓ 4 callersFunctionpatch_apk
( cli: str, patches: str, apk: str, includes: list[str] | None = None, excludes: list[str]
utils.py:108
↓ 3 callersFunctiondownload_release_asset
( repo: str, regex: str, out_dir: str, filename=None, include_prereleases: bool = False,
download_bins.py:8
↓ 3 callersFunctionpanic
(message: str)
utils.py:23
↓ 2 callersFunctiondownload
(link, out, headers=None, use_scraper=False)
utils.py:68
↓ 2 callersFunctionprocess
(latest_version: Version)
main.py:18
↓ 1 callersMethod__init__
(self, url=None)
apkmirror.py:35
↓ 1 callersFunctionbuild_apks
(latest_version: Version)
build_variants.py:5
↓ 1 callersFunctiondownload_apkeditor
()
download_bins.py:52
↓ 1 callersFunctiondownload_morphe_cli
(include_prereleases: bool = False)
download_bins.py:57
↓ 1 callersFunctionget_last_build_version
(repo_url: str)
github.py:19
↓ 1 callersFunctionget_latest_release
(versions: list[Version])
main.py:12
↓ 1 callersFunctionmain
()
main.py:76
↓ 1 callersFunctionmanual
(version:str)
main.py:109
↓ 1 callersFunctionmerge_apk
(path: str)
utils.py:102
↓ 1 callersFunctionpublish_release
(tag: str, files: list[str], message: str, title = "")
utils.py:158
↓ 1 callersFunctionreport_to_telegram
()
utils.py:42
↓ 1 callersFunctionsend_message
(message: str, token: str, chat_id: str, thread_id: str)
utils.py:28
Method__init__
(self, message=None)
apkmirror.py:27
Functiondownload_apk
Download apk from the variant link
apkmirror.py:67
Functionget_variants
(version: Version)
apkmirror.py:108
Functionget_versions
Get the latest version of the app from the given apkmirror url
apkmirror.py:40
Functionrun_command
(command: list[str])
utils.py:91