4 lines
161 B
Python
4 lines
161 B
Python
# https://pypi.org/project/poe-api/#copyright-notice
|
|
import poe
|
|
client = poe.Client("HsWWqpsgg2EeJE2A706aIQ%3D%3D")
|
|
print(json.dumps(client.bot_names, indent=2)) |