MCPcopy
hub / github.com/xtekky/TikTok-ViewBot / decode

Function decode

v2/test.py:6–7  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

4
5
6def decode(text: str) -> str:
7 return b64decode(unquote(text[::-1])).decode()
8
9headers = {
10 'authority': 'zefoy.com',

Callers 1

test.pyFile · 0.70

Calls 1

decodeMethod · 0.80

Tested by

no test coverage detected