python_ai_bot/igf.py
2025-04-30 17:07:16 +03:00

6 lines
147 B
Python

from igf_api.IgfClient import IgfClient
if __name__ == '__main__':
client = IgfClient()
tg_bot = client.tgBot.get_list()
print(tg_bot)