V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  xcjzv  ›  全部回复第 11 页 / 共 16 页
回复总数  319
1 ... 3  4  5  6  7  8  9  10  11  12 ... 16  
2017-05-30 18:27:03 +08:00
回复了 salary123 创建的主题 问与答 迅雷的离线是挂了吗?
客户端提交老出错,网页端一切正常 lixian.xunlei.com
2017-05-30 13:17:49 +08:00
回复了 felix1st 创建的主题 分享发现 联通冰激凌跟阿里小号真是绝配
@tomato127 淘宝
2017-05-29 16:50:30 +08:00
回复了 felix1st 创建的主题 分享发现 联通冰激凌跟阿里小号真是绝配
@alphanow 杭州联通的卡 淘宝可以改 50 左右
2017-05-29 09:00:26 +08:00
回复了 felix1st 创建的主题 分享发现 联通冰激凌跟阿里小号真是绝配
冰淇淋+阿里小号确实是实现了双卡双待。

不过更绝的是:浙江联通(随意打卡或者网内特惠包 6 元,打省内联通无限打)+阿里小号。根据阿里小号原理,就变成了在杭州随意打任何电话。


我给老妈买了一张杭州联通 5 元套餐卡,包括在本地打联通免费和 60m 流量。让老妈打任何电话通过阿里小号。这样在杭州本地就可以无限打电话。

我自己把套餐改成了联通沃派校园 2017。36 月租(包括 2g 本地流量,2g 省内流量,5g 闲时流量,120 分钟,全国免接听),叠加 6 元联通随意打,5 元 300m 全国流量应对出省。这样就是 47 月租。叠加保底 50 送 1g 省内流量和 100 分钟全国通话。参加存 100 送 700 活动(每月返还 20 )所以每个月实际 30 月租
2017-04-10 10:44:03 +08:00
回复了 blueset 创建的主题 分享创造 EFB: 一个可扩展的聊天平台隧道 Bot 框架 (Python 3)
@blueset daemon 没报任何错, pip3 install -Ur requirements.txt 这里我看也没问题啊!


root@default:~/ehForwarderBot# pip3 install -Ur requirements.txt
Collecting moviepy (from -r requirements.txt (line 1))
Using cached moviepy-0.2.3.1-py2.py3-none-any.whl
Collecting peewee (from -r requirements.txt (line 2))
Using cached peewee-2.9.2.tar.gz
Collecting pydub (from -r requirements.txt (line 3))
Using cached pydub-0.18.0-py2.py3-none-any.whl
Collecting requests (from -r requirements.txt (line 4))
Using cached requests-2.13.0-py2.py3-none-any.whl
Collecting python_telegram_bot>=5.3 (from -r requirements.txt (line 5))
Using cached python_telegram_bot-5.3.0-py2.py3-none-any.whl
Collecting xmltodict (from -r requirements.txt (line 6))
Using cached xmltodict-0.10.2.tar.gz
Collecting Pillow (from -r requirements.txt (line 7))
Using cached Pillow-4.1.0-cp35-cp35m-manylinux1_x86_64.whl
Collecting python_magic (from -r requirements.txt (line 8))
Using cached python_magic-0.4.13-py2.py3-none-any.whl
Collecting itchat>=1.2.24 (from -r requirements.txt (line 9))
Using cached itchat-1.3.5-py2.py3-none-any.whl
Collecting python-daemon (from -r requirements.txt (line 10))
Using cached python_daemon-2.1.2-py2.py3-none-any.whl
Collecting pyqrcode (from -r requirements.txt (line 11))
Using cached PyQRCode-1.2.1.zip
Collecting numpy (from moviepy->-r requirements.txt (line 1))
Downloading numpy-1.12.1-cp35-cp35m-manylinux1_x86_64.whl (16.8MB)
99% |############################### | 16.8MB 38.6MB/s eta 0:00:01Killed
2017-04-10 10:34:12 +08:00
回复了 blueset 创建的主题 分享创造 EFB: 一个可扩展的聊天平台隧道 Bot 框架 (Python 3)
@blueset 是不是 https://blog.1a23.com/2017/01/09/EFB-How-to-Send-and-Receive-Messages-from-WeChat-on-Telegram-zh-CN/
这个教程不完整啊?缺少配置微信什么东西?
2017-04-10 10:31:57 +08:00
回复了 blueset 创建的主题 分享创造 EFB: 一个可扩展的聊天平台隧道 Bot 框架 (Python 3)
@blueset 请问 telegram ID 这里是不是还要倒过来输入一次? "admins": [12345678, 87654321],

我倒过来输入一次了后,报错是不报错了,但:
root@default:~# cd ehForwarderBot
root@default:~/ehForwarderBot# python3 daemon.py start
pid: 8479
Output is saved to 'EFB.log', showing output now.
Press ^C (Control+C on Mac, Ctrl+C otherwise) to hide.

这里出不来微信二维码啊
2017-04-10 10:24:39 +08:00
回复了 blueset 创建的主题 分享创造 EFB: 一个可扩展的聊天平台隧道 Bot 框架 (Python 3)
@blueset 最后启动那步,报错:
Traceback (most recent call last):
File "main.py", line 131, in <module>
init()
File "main.py", line 83, in init
obj = getattr(__import__(i[0], fromlist=i[1]), i[1])
File "/root/ehForwarderBot/plugins/eh_wechat_slave.py", line 12, in <module>
import itchat
ImportError: No module named 'itchat'
2017-04-10 09:24:02 +08:00
回复了 blueset 创建的主题 分享创造 EFB: 一个可扩展的聊天平台隧道 Bot 框架 (Python 3)
@blueset 请问, telegram 端收发微信,最新的在 vps 上部署的中文教程有没有啊, https://blog.1a23.com/2017/01/09/EFB-How-to-Send-and-Receive-Messages-from-WeChat-on-Telegram-zh-CN/
你说 out of date 了啊
2017-04-09 20:36:02 +08:00
回复了 wtser 创建的主题 问与答 IOS 上想要双开微信有什么办法
我用小杯子,公众号 cupwxdk ,小橙子
2017-03-14 23:11:27 +08:00
回复了 xcjzv 创建的主题 问与答 某网盘下载(不限速)大法,疑惑,以及我想到的破解思路
@Quaintjade 我确实是这样, 16 线程下载, 256kb 后,直接没速度,过一段时间再给我 256k ………
2017-03-14 23:10:19 +08:00
回复了 xcjzv 创建的主题 问与答 某网盘下载(不限速)大法,疑惑,以及我想到的破解思路
@zqqian 也远比限速后那几十 k 快得多啦
2017-03-14 21:32:14 +08:00
回复了 xcjzv 创建的主题 问与答 某网盘下载(不限速)大法,疑惑,以及我想到的破解思路
@loading macOS , windows
2017-03-14 21:23:47 +08:00
回复了 xcjzv 创建的主题 问与答 某网盘下载(不限速)大法,疑惑,以及我想到的破解思路
@loading 可否说得透彻些?
1 ... 3  4  5  6  7  8  9  10  11  12 ... 16  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3065 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms · UTC 14:51 · PVG 22:51 · LAX 07:51 · JFK 10:51
Developed with CodeLauncher
♥ Do have faith in what you're doing.