MCPcopy Create free account
hub / github.com/Vinyzu/Botright / get_computer

Method get_computer

botright/modules/faker.py:48–52  ·  view source on GitHub ↗

Generate fake computer-related data such as user agent, vendor, GPU information, screen dimensions, etc.

(self)

Source from the content-addressed store, hash-verified

46 return useragent.replace(ua_browser_version[0], f"{browser_type}/{browser_version}")
47
48 async def get_computer(self) -> None:
49 """
50 Generate fake computer-related data such as user agent, vendor, GPU information, screen dimensions, etc.
51 """
52 self.fingerprint = await self.botright.fingerprint_generator.get_fingerprint()
53
54 async def get_locale(self, proxy: ProxyManager) -> None:
55 """

Callers 1

__ainit__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected