This commit is contained in:
2025-04-30 17:07:16 +03:00
commit 2190ec7ca7
37 changed files with 994 additions and 0 deletions

6
igf.py Normal file
View File

@@ -0,0 +1,6 @@
from igf_api.IgfClient import IgfClient
if __name__ == '__main__':
client = IgfClient()
tg_bot = client.tgBot.get_list()
print(tg_bot)