gpt4 book ai didi

python - 启动客户端时,代码要求电话/机器人 token

转载 作者:行者123 更新时间:2023-12-04 11:41:14 31 4
gpt4 key购买 nike

在使用 Telethon 库运行我的第一个代码时,它要求一个机器人 token 。

这是实际的代码:

from telethon import TelegramClient, events, sync
api_id = 1234567
api_hash = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
client = TelegramClient('anon', api_id, api_hash)
client.start()

在命令提示符下:
pip3 install telethon

python3 C:/TG/First.py

结果:

Please enter your phone (or bot token)



如果我提供我的 API ID,它最终会抛出错误:

telethon.errors.rpcerrorlist.PhoneNumberInvalidError: The phone number is invalid (caused by SendCodeRequest)



为什么?我希望客户端启动时不会出错。

PS:我的 API ID 是 7 位数字。

最佳答案

这只会在您第一次使用时发生,只需输入以 + 开头的电话号码,然后您将收到一个您必须输入的代码。这只是为了授权您登录 Telegram 的笔记本电脑。

关于python - 启动客户端时,代码要求电话/机器人 token ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58790772/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com