Skip to content

Commit 3f7c185

Browse files
authored
Update example.py
1 parent cfd5f99 commit 3f7c185

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

example.py

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
#怕很多小白不懂,所以用py写了这个
5-
"""
6-
全网独家技术,请勿用于商业目的,仅供技术研究交流学习
7-
cursor注册机,邮箱验证码接收工具
8-
9-
使用说明:
10-
首先到达cursor接收邮箱验证码部分
11-
1. 修改下面的地址再运行: python example.py
12-
将使用默认邮箱地址获取验证码
13-
14-
2. 指定邮箱: python example.py 网站 [email protected]
15-
将使用指定的邮箱地址获取验证码
16-
17-
注意事项:
18-
- 邮箱前缀可以自定义,域名部分请使用提供的域名列表中的域名
19-
- 注册网站时先使用此邮箱,然后用此工具接收验证码
20-
- 验证码获取可能需要等待几秒钟
21-
22-
✓ QQ群883248964,Github开源地址https://github.com/agentcodee/cursor-free-everyday
23-
24-
运行结果预览:
25-
邮箱地址: [email protected]
26-
开始获取邮箱 [email protected] 的验证码...
27-
尝试 1/3: 请求验证码...
28-
成功获取验证码: 938298
29-
"""
30-
314
import sys
325
import time
336
import requests
@@ -99,7 +72,7 @@ def check_server_health(server_url):
9972
def main():
10073
"""主函数"""
10174
# 设置默认值 这个不变
102-
server_url = "http://14.103.190.198:5362"
75+
server_url = "http://更换自己搭建的"
10376
# server_url = "http://127.0.0.1:5362"
10477

10578
# 在项目中的txt提供了大量的域名,从里面随便选一个

0 commit comments

Comments
 (0)