LY
LY
> Theoretically it works and someone told me that he successed in building the server on Android. Thus I assume it's ok. > > Obviously the main part of the...
> how do you type cd latest/ version > > Do you type it like cd v\ 2.9.1/? ``` cd latest\ version/ ``` type a `\`, not a `/`
show the code, you might set the `data-page-id` incorrectly
Cusdis will **NOT** automatically generate the arguments. You should read [the docs](https://cusdis.com/doc), find the **Intergration** part, find the sample code that matchs your framework. If there is not sample, you...
已完成,仓库位于[这里](https://github.com/Young-Lord/QQ-History-Backup) (顺带一提,语音的msgtype是-2002而非2002(
> @Young-Lord 链接点过去似乎是空的 抱歉,repo莫名其妙消失了,目前也暂时接触不到本地的备份 好了
获取好友的话,可以参考[这个](https://github.com/roadwide/qqmessageoutput/blob/master/q.py) 获取群聊的话简单看了一下,Groups表里就有; 错误,Groups为好友的分组 `TroopInfoV2`表为群聊信息,解密方式与`Friends`表相同 我正在 roadwide 的基础上尝试修改,应该不会很难
https://github.com/Young-Lord/QQ-History-Backup
> Why not use $TEMP instead? on my distro, $TEMP is undefined too, I use $TMP only because it was here before. Anyway, change it if you want.