汇聚链动小铺等各大卡密商家商品,提供 GPT、Claude、Gemini 实时库存与 AI 优惠充值比价服务。
请尝试换个关键词,或者切换不同的品牌分类。
* 类型:Outlook长效邮箱 + OAuth2令牌
* 存活时间:6-12个月
* 已开通 IMAP/POP3/SMTP
邮箱----密码----client_id----refresh_token
* 可通过 Microsoft Graph API 收发邮件
* refresh_token 有效期约90天
* 无需密码即可调用API读取邮件
* 支持批量自动化取件验证码
import base64
import imaplib
import poplib
import requests
def get_access_token(client_id, refresh_token):
data = {
'client_id': client_id,
'grant_type': 'refresh_token',
'refresh_token': refresh_token
}
ret = requests.post('https://login.live.com/oauth20_token.srf', data=data)
# Print the response content and access token
print(ret.text)
print(ret.json()['access_token'])
return ret.json()['access_token']
# Generate OAuth2 authentication string using the access token
def generate_auth_string(user, token):
auth_string = f"user={user}\1auth=Bearer {token}\1\1"
return auth_string
pop3_server = 'outlook.office365.com'
pop3_port = 995 # POP3 over SSL
def connect_pop3(email, access_token):
server = poplib.POP3_SSL(pop3_server, pop3_port)
# Authenticate using OAuth2
auth_string = generate_auth_string(email, access_token)
encoded_auth_string = base64.b64encode(auth_string.encode("utf-8")).decode("utf-8")
server._shortcmd(f'AUTH XOAUTH2')
server._shortcmd(f'{encoded_auth_string}')
# Retrieve the list of emails
num_messages = len(server.list()[1])
print(f"There are {num_messages} emails in the inbox.")
# Retrieve email content
for i in range(num_messages):
response, lines, octets = server.retr(i + 1)
msg_content = b"\n".join(lines).decode("utf-8")
print(f"Email {i + 1}:")
print(msg_content)
print("=" * 50)
def connect_imap(email, access_token):
mail = imaplib.IMAP4_SSL('outlook.office365.com')
# Print the generated authentication string
print(generate_auth_string(email, access_token))
mail.authenticate('XOAUTH2', lambda x: generate_auth_string(email, access_token))
mail.select("INBOX")
status, messages = mail.search(None, 'ALL')
print("Email IDs:", messages)
mail.logout()
# Set the email address and refresh token
client_id = '8b4ba9dd-3ea5-4e5f-86f1-ddba2230dcf2'
email = "zhiyojw11@hotmail.com"
t = "M.C533_SN1.0.U.-Ckg1QEz0rbGx7l*Es*SCkLYZmiqP85SwPmVRug!krVn94lTj6earlSUHUMezVlI0cefVLnrPTGS08fWZgBroJzg4Qmwy0Lg!qFg4fGpYrHByNI4DY416RHI2m6NkidqI3SNPu4omKO5NM4YlnjufFvyO2MdKRhvyE0Ufv!RuY8wRjJ!SJuKkCRBRa6UHKT9wpqovJ0k0JLze5VqClZp!Jmv16a4gAswwzqFFYrm9tLlHuxYevszm24kACW*WGzq*tL6weSHQEG*i1bCaSztSh6*7FLmj2t3cW7qloy94XgC9lCQPB0DnwxE3JRMS41wFXu42tioas1eJJYXlYIRxiX2hte9pTQ04dnLt5MUjNK2pw7KCF!cTqwoPH8omz6Zwoi74n5PwB1VjHVYWtj8h8O8$"
# Get the access token using the refresh token
acc_token = get_access_token(client_id, t)
# Connect to the IMAP server and access emails
connect_imap(email, acc_token)
共享号:多名用户共同登录一个官方账号,价格极低(通常几元钱),但对话记录可能被他人看到,适合轻度体验;
成品号:独立一人使用的干净新账号,卡密发送账号和密码,性价比最高;
官方代充/直充:商家通过正规充值渠道直接充值到您自己的个人账号上,安全稳定,适合重度生产力用户。
本平台为优惠信息比价聚合平台,当您点击“立即前往购买”后,系统将为您跳转到合作渠道商家(如链动小铺)进行结算。付款后系统会自动在线发货(卡密)。如有失效或开通问题,可在购买页面右下角点击“联系客服”直接联络商家的售后支持。
为了保障比价数据的真实性,本平台自动抓取合作商家的实时库存。当商家库存为 0 时,商品会自动显示“已售罄”。系统爬虫一般每小时自动同步更新一次价格与库存状态,您也可以随时在页面顶部点击“手动刷新”触发数据同步校验。
想在心仪的 AI 商品有货或降价时第一时间收到提醒?
在商品详情页一键“关注”,当商户补货上架或降低售价时,系统将在 10 秒内自动给您发送邮件提醒!
可根据您想要的品牌、渠道设置关键字订阅,全天候帮您盯紧全网渠道折扣!
* 绑定无需注册,仅需填写您的接收邮箱并验证即可。