blackcat

Results 10 comments of blackcat

Hi just following up after 5 years of the original request. It looks like Chameleon still can't emulate iClass?

Hi, I am just wondering if this is implemented? I do wish to inquiry a blob object's last commit in order to pull parent commit to show changes...

根据python的版本安装 ```pip install django-bootstrap3``` or ```pip3 install django-bootstrap3```

可以呀,欢迎fork然后开一个网页的branch然后自己先试试

我觉得可以不用这么麻烦,每个登陆是个session,itchat只是当library/module来用。微信登出之后清空聊天信息和文件就行了

通过[API](https://itchat.readthedocs.io/zh/latest/api/),我们可以调用不同步骤的function。这样每个步骤都是可以分开的 进入网页 -- Django View -->调用 itchat.login() --> 把二维码显示到网页上, itchat.check_login() 检测登陆状态 ```python def check_login(self, uuid=None): ''' check login status for options: - uuid: if uuid is not set, latest uuid...

@chenqiuyuan 那个,itchat不是本身支持[用户多开](https://github.com/littlecodersh/ItChat#%E7%94%A8%E6%88%B7%E5%A4%9A%E5%BC%80)嘛?

@ZKeeer 完全关停网页版那就结束了233,如果是修改登陆机制和调整API的话itchat应该会重新抓包分析然后更新…

我是混合,看哪台电脑 1. Windows + Windows Subsystem / Windows Bash + Sublime 在Linux的Bash里用[virtualenv](https://virtualenv.pypa.io/en/stable/) + [virtrualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/) 来搭建环境,隔离dependencies 2. Windows + Vagrant / Docker来搭建环境和测试 + Sublime 3. 公共电脑或者没有环境配置的用 [https://c9.io/](https://c9.io/)。非常适合没有自己Linux host的,而且在线Linux 开发环境,超好用~ 我觉得PyCharm对于小开发太臃肿和慢… 我对JetBrains/IntelliJ...

Can we just in the frontend don't allow user to input but only search and select existing tags?