Google Voice 美国电话号码申请教程 2017 年版
在这篇文档里有一段脚本, 是不是窗口下的 liunx 才可以用? 下面没有用户登录的 没有视窗的 liunx 如何用户脚本刷?
是不是阿里云也要翻墙才行的?
contains() {
string="$1"
substring="$2"
if test "${string#*$substring}" != "$string"
then
return 0 # $substring is in $string
else
return 1 # $substring is not in $string
fi
}
while true; do
result=$(curl -s 'https://www.google.com/voice/b/0/service/post' -H 'origin: https://www.google.com' ... --compressed)
contains "$result" "error" || exit 0
sleep 1.5
done
1
s642153378 2017-08-07 12:45:03 +08:00 via Android
失败就继续搞啊😯,换平台难道能加增益 huff 不成!
|
2
s642153378 2017-08-07 12:45:46 +08:00 via Android
buff,抱歉
|
3
88080398 2017-08-07 12:49:10 +08:00
你要知道,我第二个号可是软件点了十多次,每次俩小时。
|
4
wuzhizhemu569 2017-08-07 14:12:57 +08:00
这跟平台有什么关系,继续刷,不要灰心
|
5
voocel 2017-08-07 14:17:13 +08:00
冒昧问下,这东西有什么用
|
6
MC 2017-08-07 14:19:27 +08:00
这东西有什么用么?弄个真的美国电话号码,在国内漫游也不贵啊。。。
|
7
dong3580 2017-08-07 14:45:14 +08:00
@xoxo419
我每点击一次 search 控制台报这个错误: XMLHttpRequest cannot load https://www.gmail.com/call. Redirect from 'https://www.gmail.com/call' to 'https://support.google.com/chat/answer/3379791' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://www.google.com' is therefore not allowed access. |
8
zhangneww 2017-08-07 15:20:03 +08:00
我是下班前开始刷,第二天早上上班就刷出来了
|
9
siyiye 2017-08-07 15:47:21 +08:00
现在基本都耍刷通宵。楼主继续 win 下面挂机点吧。明天这个时候你肯定有了
|
10
xoxo419 OP @siyiye
@wuzhizhemu569 @zhangneww ![images]( http://or21mlpmp.bkt.clouddn.com/2017-08-07_160328.png) 我之前用的是 www.textnow.com 里通过了验证的,现在新版提示我 ``` 出错了,可能由于您用于验证帐号的号码不可用。请重新开始注册流程,并使用其他电话号码验证您的新帐号。 ``` 难道 textnow 验证不行了? |
12
iX 2017-08-07 16:12:07 +08:00
用 firefox+imacros 轻松加 easy 啊,刷出来之后页面发生变化自己就停止了,比模拟点击好多了。
感觉这东西跟 IP 有关吧,我自己 2 个帐号很轻松就刷出来了,帮别人刷了 1 个,想帮人刷第 4 个死活刷不出来。 都是用的自己的 vps,IP 和环境没变。 |
13
siyiye 2017-08-07 16:49:33 +08:00
@xoxo419 这个既有可能是分配给你的号码已经注册过 GV 了(一个月使用期嘛,被用过很正常),直接重新申请一个 textnow,然后再验证即可
|
15
zyqf 2017-08-07 17:24:36 +08:00 1
|
16
MisakiYui 2017-08-07 17:34:13 +08:00 via Android
别追求这些 AAA 号码就很容易,我随便找了个好记的,几分钟就得到了。
|
17
usedname 2017-08-07 18:14:15 +08:00
linux 屡次被打错成 liunx,看着好难受
|