标题: CapSolver打码问题
作者: #xdh211985
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/517064
时间: 2025-03-27 17:24:07
摘要:
作者: #xdh211985
板块: #开发调优
编号:
517064帖子: https://linux.do/t/topic/517064
时间: 2025-03-27 17:24:07
摘要:
兄弟们问下,这个网站: Manus
site_key 和site_url 替换为你的实际值。有没有懂的佬友呢?
# pip install requests
import requests
import time
api_key = "YOUR_API_KEY" # your api key of capsolver
site_key = "0x4XXXXXXXXXXXXXXXXX" # site key of your target site
site_url = "https://www.yourwebsite.com" # page url of your target site
def capsolver():
payload = {
"clientKey": api_key,
"task": {
"type": 'AntiTurnstileTaskProxyLess',
"websiteKey": site_key,
"websiteURL": site_url,
"metadata": {
"action": "" # optional
}
}
}
res = requests.post("https://api.capsolver.com/createTask", json=payload)
resp = res.json()
task_id = resp.get("taskId")
if not task_id:
print("Failed to create task:", res.text)
return
print(f"Got taskId: {task_id} / Getting result...")
while True:
time.sleep(1) # delay
payload = {"clientKey": api_key, "taskId": task_id}
res = requests.post("https://api.capsolver.com/getTaskResult", json=payload)
resp = res.json()
status = resp.get("status")
if status == "ready":
return resp.get("solution", {}).get('token')
if status == "failed" or resp.get("errorId"):
print("Solve failed! response:", res.text)
return
token = capsolver()
print(token)
标题: 以身试验:公安内部的审查不是多模态的
作者: #糖々々
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/517066
时间: 2025-03-27 17:24:45
摘要:
作者: #糖々々
板块: #搞七捻三
编号:
517066帖子: https://linux.do/t/topic/517066
时间: 2025-03-27 17:24:45
摘要:
最近舍友在微信宿舍群分享了一个市内瓜的截图,拿ai总结了一下,第二天蜀黍没去找传播者,给我这个ai总结的call了
标题: 哈哈 笑死我了 这个操作,把修改logo的pr提交给上游了
作者: #panda_l
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/517068
时间: 2025-03-27 17:25:35
摘要:
作者: #panda_l
板块: #开发调优
编号:
517068帖子: https://linux.do/t/topic/517068
时间: 2025-03-27 17:25:35
摘要:
妥妥的草台班子啊哈哈哈:
:
https://mp.weixin.qq.com/s/7BuuCAQbJ5jwSP28XSmdHQ
标题: 原谅我没见过世面 第一次用手机内网传统 pixel可玩行好高
作者: #knowitall
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/517072
时间: 2025-03-27 17:25:50
摘要:
作者: #knowitall
板块: #资源荟萃
编号:
517072帖子: https://linux.do/t/topic/517072
时间: 2025-03-27 17:25:50
摘要:
第一次用手机内网穿透成功 用frp脚本
标题: 刷到很久之前的帖子,发现还有这种描述
作者: #子兮
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/517073
时间: 2025-03-27 17:26:04
摘要:
作者: #子兮
板块: #搞七捻三
编号:
517073帖子: https://linux.do/t/topic/517073
时间: 2025-03-27 17:26:04
摘要:
才发现还有这种的描述
标题: 大帅又被超过了
作者: #Xiang
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/517076
时间: 2025-03-27 17:26:41
摘要:
作者: #Xiang
板块: #搞七捻三
编号:
517076帖子: https://linux.do/t/topic/517076
时间: 2025-03-27 17:26:41
摘要:
始皇开脚本了
标题: 微信上线附近的工作
作者: #晚安托丽娜
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/517080
时间: 2025-03-27 17:28:28
摘要:
作者: #晚安托丽娜
板块: #前沿快讯
编号:
517080帖子: https://linux.do/t/topic/517080
时间: 2025-03-27 17:28:28
摘要:
在微信内搜索“附近的工作”、“兼职”、“日结”、“零工”等关键词,就能自动匹配所在城市的零工,还能根据“距离”、“薪资待遇”、“性别”等快速筛选。
目前,已覆盖北京、上海、广州、深圳等全国超 200 个地市。
我是觉得疼逊的产品真ex,以后是不是手机上只留一个微信就可以了?
标题: 关于灵活就业和公积金的问题
作者: #IBM
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/517083
时间: 2025-03-27 17:32:58
摘要:
作者: #IBM
板块: #搞七捻三
编号:
517083帖子: https://linux.do/t/topic/517083
时间: 2025-03-27 17:32:58
摘要:
最近被领大礼包了,请教一下各位佬友大礼包之后一般是办灵活就业嘛?还是就等断缴?坐标成都。公积金也需要自己去缴纳嘛?如果公积金断缴会有什么后果嘛?如果要交的话大概一月要交多少钱呢?
标题: 兄弟们你们几个微信
作者: #test
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/517087
时间: 2025-03-27 17:35:07
摘要:
作者: #test
板块: #搞七捻三
编号:
517087帖子: https://linux.do/t/topic/517087
时间: 2025-03-27 17:35:07
摘要:
我就一个微信
听我同事说他三个微信???那么多干嘛呢 泡妹子吗
你们多少个
点击以查看投票。
标题: sms-activate是不是没用了
作者: #bzmhk
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/517089
时间: 2025-03-27 17:36:13
摘要:
作者: #bzmhk
板块: #搞七捻三
编号:
517089帖子: https://linux.do/t/topic/517089
时间: 2025-03-27 17:36:13
摘要:
google voice不能用,电报会被封,它还能干啥。今日注册tt,并充值0.99,然后只能注册tg,并不能注册gv,以及谷歌邮箱。废了
标题: 垂直领域的模型微调用哪个deepseek模型性价比最高?
作者: #mywork_email
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/517090
时间: 2025-03-27 17:36:50
摘要:
作者: #mywork_email
板块: #开发调优
编号:
517090帖子: https://linux.do/t/topic/517090
时间: 2025-03-27 17:36:50
摘要:
1、比如说单纯的写文章、写小说或对某个领域进行定向分析,这些数据不十分复杂的方向
2、目前对模型微调最简单的方法有哪些,数据怎么进行有效投喂?
标题: Windows 11 雷人bug之虚拟内存
作者: #Stevessr
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/517093
时间: 2025-03-27 17:38:46
摘要:
作者: #Stevessr
板块: #开发调优
编号:
517093帖子: https://linux.do/t/topic/517093
时间: 2025-03-27 17:38:46
摘要:
设置了,但是找不到
标题: 求佬推荐个笔记本
作者: #aisee
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/517097
时间: 2025-03-27 17:42:39
摘要:
作者: #aisee
板块: #搞七捻三
编号:
517097帖子: https://linux.do/t/topic/517097
时间: 2025-03-27 17:42:39
摘要:
我弟弟学的平面设计专业,需要PS、AE、三维、PR等软件,不知道买什么笔记本合适呢?预算五千至六千。希望懂行的佬给个建议,在此谢过
标题: 一眼煞笔,不知道给我干了啥,50 万就这样没了:sob:
作者: #汉祖大帝
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/517103
时间: 2025-03-27 17:45:07
摘要:
作者: #汉祖大帝
板块: #搞七捻三
编号:
517103帖子: https://linux.do/t/topic/517103
时间: 2025-03-27 17:45:07
摘要:
标题: 分享一个免费使用Gemini 2.5 Pro的API网站
作者: #Leon
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/517109
时间: 2025-03-27 17:48:44
摘要:
作者: #Leon
板块: #资源荟萃
编号:
517109帖子: https://linux.do/t/topic/517109
时间: 2025-03-27 17:48:44
摘要:
分享一个可以免费使用Gemini 2.5 Pro的API的网站,
https://app.requesty.ai
注册会送$1余额,不过不重要,这个网站会提供一些免费使用的模型。包括Gemini 2.5 Pro。
不过看说明,免费的模型会用数据做训练,其他的暂时没有发现限制。
试了一下国内可以直连使用。
标题: Cloudflare for Startups 有人用过么
作者: #Ayala
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/517110
时间: 2025-03-27 17:48:55
摘要:
作者: #Ayala
板块: #搞七捻三
编号:
517110帖子: https://linux.do/t/topic/517110
时间: 2025-03-27 17:48:55
摘要:
发现Cloudflare推荐了个之前没听过(我是真没听过)的服务【Cloudflare for Startups】。
只有这三条要求:
Building a software-based product or service
构建基于软件的产品或服务
Founded within the last 5 years
成立时间:最近 5 年内
Have a valid website and email address
拥有有效的网站和电子邮件地址
这不相当于只要有个空壳就能申请的么,有没有佬友申请过的,说下怎么样。
标题: CursorPool 项目复活 - 寻找有能力的开发者
作者: #Voluri
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/517111
时间: 2025-03-27 17:49:09
摘要:
作者: #Voluri
板块: #搞七捻三
编号:
517111帖子: https://linux.do/t/topic/517111
时间: 2025-03-27 17:49:09
摘要:
作为 Cursor Pool 项目受益者,看到项目终结,感到十分惋惜。
如果您是开发者,有技术能力复活 Cursor Pool 项目,请直接私信。我愿意为项目提供免费服务器资源,支持优秀工具继续服务L站。
标题: 如何给电脑文件夹打标签?
作者: #happier
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/517112
时间: 2025-03-27 17:49:29
摘要:
作者: #happier
板块: #资源荟萃
编号:
517112帖子: https://linux.do/t/topic/517112
时间: 2025-03-27 17:49:29
摘要:
想请教各位大佬有什么软件可以给电脑里的文件夹打上标签