Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wechaty/python-wechaty
/ main
Function
main
examples/ding-dong-bot.py:39–44 ·
view source on GitHub ↗
doc
()
Source
from the content-addressed store, hash-verified
37
38
39
async
def
main() -> None:
40
""
"doc"
""
41
# pylint: disable=W0603
42
global bot
43
bot = Wechaty().on(
'message'
, message)
44
await bot.start()
45
46
47
asyncio.run(main())
Callers
1
ding-dong-bot.py
File · 0.70
Calls
3
Wechaty
Class · 0.90
on
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected