Open edgeowner opened 5 years ago
from wxpy import * bot = Bot(cache_path=True)
groups = bot.groups().search('群名')[0] for member in groups: print(member)
groups = bot.groups().search('19尔雅吃胖胖')[0] Traceback (most recent call last): File "", line 1, in IndexError: list index out of range
from wxpy import * bot = Bot(cache_path=True)
groups = bot.groups().search('群名')[0] for member in groups: print(member)