SYMBOL INDEX (66 symbols across 9 files) FILE: bot/config/config.py class Settings (line 4) | class Settings(BaseSettings): FILE: bot/core/agents.py function generate_random_user_agent (line 4) | def generate_random_user_agent(device_type='android', browser_type='chro... FILE: bot/core/query.py function base64_encode (line 43) | def base64_encode(data): class Tapper (line 47) | class Tapper: method __init__ (line 48) | def __init__(self, query: str, accname: str): method random_fingerprint (line 67) | def random_fingerprint(self, lengths=32): method generate_Fvideo_token (line 70) | def generate_Fvideo_token(self, length): method get_random_resolution (line 86) | def get_random_resolution(self): method get_random_timezone (line 91) | def get_random_timezone(self): method get_random_timezone_offset (line 97) | def get_random_timezone_offset(self, timezone): method get_random_plugins (line 103) | def get_random_plugins(self): method get_random_canvas_code (line 111) | def get_random_canvas_code(self): method get_random_fingerprint (line 114) | def get_random_fingerprint(self): method generate_random_data (line 117) | def generate_random_data(self, user_agent): method check_proxy (line 143) | async def check_proxy(self, http_client: aiohttp.ClientSession, proxy:... method setup_session (line 153) | def setup_session(self, session: cloudscraper.CloudScraper): method random_data_type (line 168) | def random_data_type(self, type, end_time, item_size, item_pts, pos_y:... method encrypt (line 251) | def encrypt(self, text, key): method get_game_data (line 260) | def get_game_data(self): method setup_account (line 390) | def setup_account(self, session: cloudscraper.CloudScraper): method get_user_info (line 419) | async def get_user_info(self, session: cloudscraper.CloudScraper): method get_user_info1 (line 444) | def get_user_info1(self, session: cloudscraper.CloudScraper): method get_task_list (line 459) | def get_task_list(self, session: cloudscraper.CloudScraper): method complete_task (line 484) | def complete_task(self, session: cloudscraper.CloudScraper, task: dict): method complete_game (line 500) | def complete_game(self, session: cloudscraper.CloudScraper): method auto_update_ticket (line 520) | def auto_update_ticket(self, session: cloudscraper.CloudScraper): method play_game (line 524) | async def play_game(self, session: cloudscraper.CloudScraper): method run (line 678) | async def run(self, proxy: str | None) -> None: function run_tapper_no_thread_query (line 752) | async def run_tapper_no_thread_query(queryids, proxies): FILE: bot/core/registrator.py function register_sessions (line 7) | async def register_sessions() -> None: FILE: bot/core/solver/classify/image.py function process_image (line 5) | async def process_image(url): FILE: bot/core/tapper.py function base64_encode (line 43) | def base64_encode(data): class Tapper (line 47) | class Tapper: method __init__ (line 48) | def __init__(self, tg_client: Client): method get_tg_web_data (line 65) | async def get_tg_web_data(self, proxy: str | None) -> str: method random_fingerprint (line 132) | def random_fingerprint(self, lengths=32): method generate_Fvideo_token (line 135) | def generate_Fvideo_token(self, length): method get_random_resolution (line 151) | def get_random_resolution(self): method get_random_timezone (line 156) | def get_random_timezone(self): method get_random_timezone_offset (line 162) | def get_random_timezone_offset(self, timezone): method get_random_plugins (line 168) | def get_random_plugins(self): method get_random_canvas_code (line 176) | def get_random_canvas_code(self): method get_random_fingerprint (line 179) | def get_random_fingerprint(self): method generate_random_data (line 182) | def generate_random_data(self, user_agent): method check_proxy (line 208) | async def check_proxy(self, http_client: aiohttp.ClientSession, proxy:... method setup_session (line 218) | def setup_session(self, session: cloudscraper.CloudScraper): method random_data_type (line 233) | def random_data_type(self, type, end_time, item_size, item_pts, pos_y:... method encrypt (line 316) | def encrypt(self, text, key): method get_game_data (line 325) | def get_game_data(self): method setup_account (line 455) | def setup_account(self, session: cloudscraper.CloudScraper): method get_user_info (line 484) | async def get_user_info(self, session: cloudscraper.CloudScraper): method get_user_info1 (line 509) | def get_user_info1(self, session: cloudscraper.CloudScraper): method get_task_list (line 524) | def get_task_list(self, session: cloudscraper.CloudScraper): method complete_task (line 549) | def complete_task(self, session: cloudscraper.CloudScraper, task: dict): method complete_game (line 565) | def complete_game(self, session: cloudscraper.CloudScraper): method auto_update_ticket (line 585) | def auto_update_ticket(self, session: cloudscraper.CloudScraper): method play_game (line 589) | async def play_game(self, session: cloudscraper.CloudScraper): method run (line 743) | async def run(self, proxy: str | None) -> None: function run_tapper_no_thread (line 817) | async def run_tapper_no_thread(tg_clients, proxies): FILE: bot/exceptions/__init__.py class InvalidSession (line 1) | class InvalidSession(BaseException): FILE: bot/utils/launcher.py function import_tapper (line 43) | def import_tapper(): function get_session_names (line 64) | def get_session_names() -> list[str]: function get_proxies (line 73) | def get_proxies() -> list[Proxy]: function get_tg_clients (line 83) | async def get_tg_clients() -> list[Client]: function process (line 108) | async def process() -> None: FILE: main.py function main (line 7) | async def main():