Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wechaty/python-wechaty
/ main
Function
main
examples/ding-dong-bot-oop.py:232–235 ·
view source on GitHub ↗
doc
()
Source
from the content-addressed store, hash-verified
230
231
232
async
def
main() -> None:
233
""
"doc"
""
234
bot = MyBot()
235
await bot.start()
236
237
asyncio.run(main())
Callers
1
ding-dong-bot-oop.py
File · 0.70
Calls
2
MyBot
Class · 0.85
start
Method · 0.45
Tested by
no test coverage detected