Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/crimera/twitter-apk
/ functions
Functions
23 in github.com/crimera/twitter-apk
⨍
Functions
23
◇
Types & classes
7
↓ 5 callers
Function
get_scraper
()
utils.py:12
↓ 4 callers
Function
patch_apk
( cli: str, patches: str, apk: str, includes: list[str] | None = None, excludes: list[str]
utils.py:108
↓ 3 callers
Function
download_release_asset
( repo: str, regex: str, out_dir: str, filename=None, include_prereleases: bool = False,
download_bins.py:8
↓ 3 callers
Function
panic
(message: str)
utils.py:23
↓ 2 callers
Function
download
(link, out, headers=None, use_scraper=False)
utils.py:68
↓ 2 callers
Function
process
(latest_version: Version)
main.py:18
↓ 1 callers
Method
__init__
(self, url=None)
apkmirror.py:35
↓ 1 callers
Function
build_apks
(latest_version: Version)
build_variants.py:5
↓ 1 callers
Function
download_apkeditor
()
download_bins.py:52
↓ 1 callers
Function
download_morphe_cli
(include_prereleases: bool = False)
download_bins.py:57
↓ 1 callers
Function
get_last_build_version
(repo_url: str)
github.py:19
↓ 1 callers
Function
get_latest_release
(versions: list[Version])
main.py:12
↓ 1 callers
Function
main
()
main.py:76
↓ 1 callers
Function
manual
(version:str)
main.py:109
↓ 1 callers
Function
merge_apk
(path: str)
utils.py:102
↓ 1 callers
Function
publish_release
(tag: str, files: list[str], message: str, title = "")
utils.py:158
↓ 1 callers
Function
report_to_telegram
()
utils.py:42
↓ 1 callers
Function
send_message
(message: str, token: str, chat_id: str, thread_id: str)
utils.py:28
Method
__init__
(self, message=None)
apkmirror.py:27
Function
download_apk
Download apk from the variant link
apkmirror.py:67
Function
get_variants
(version: Version)
apkmirror.py:108
Function
get_versions
Get the latest version of the app from the given apkmirror url
apkmirror.py:40
Function
run_command
(command: list[str])
utils.py:91