This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 months ago.
The community reviewed whether to reopen this question 5 months ago and left it closed:
Original close reason(s) were not resolved
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
您还可以查看 Skype 的配置文件数据库 (%USERDIR%\Application Data\Skype\%your profile name%\main.db),它基本上是 SQLite 数据库,看看您可以从中获得什么。如果您使用的是 Windows 8 及更高版本,则路径为 %USERDIR%\AppData\Local\Packages\Microsoft.SkypeApp\Localstate\ %your_skype_profile_name%\main.db
我'将为您提供有关表格的点击:
表格相当宽,某些字段的用法并不那么明显,但我想您已经明白了。
You can also look at skype's profile database (%USERDIR%\Application Data\Skype\%your profile name%\main.db) which is basically SQLite database and see what you can get from it. If you are using Windows 8 and above the path is %USERDIR%\AppData\Local\Packages\Microsoft.SkypeApp\Localstate\ %your_skype_profile_name%\main.db
I'll give you a hit about tables:
The tables are quite wide and usage of some fields is not that obvious, but I think you get the idea.
来吧,这里是 Stackoverflow,让我们来了解一下技术,好吗?让我们抛开幼稚的 jpeg、GUI 工具和电子表格伪代码,直击问题的核心!
[拳头碰撞]
来源:https://coolaj86.com /articles/searching-skypes-sqlite-database/
查找您的 Skype 数据库
首先,您必须为您的用户找到正确的 Skype 数据库:
了解它们 表 好!
您需要查看可用的表格及其描述:
您可能需要使用好用的
ctrl+f
在输出中搜索诸如time 之类的内容
、作者
和用户名
。深入研究 SQL
然后您必须深入研究 SQL...
(注意注释带有“,而不是 #)
请注意
Messages
指的是一行文本,例如“What's up?”Chats
指的是用“昨天”、“7 天前”、“等标签分隔的逻辑时间间隔。 3月24日'等C'mon now, this is Stackoverflow, let's get technical, shall we? Let's put away childish jpegs, gui tools, and spreadsheet psuedocode and get to the heart of the problem!
[fist bump]
Source: https://coolaj86.com/articles/searching-skypes-sqlite-database/
Find your Skype DB
First you've got to find the correct skype db for your user:
Learn them Tables Good!
You'll want to take a look at the available tables, and their descriptions:
You'll probably need to use the good ol'
ctrl+f
to search in the output for things liketime
,author
, andusername
.Dive into the SQLs
Then you gotsta dive into the SQLs...
(note comments are with a ", not a #)
Note that
Messages
refers to a line of text such as "What's up?"Conversations
refers to a collection of Messages between 2 or more parties.Chats
refers to the logical time gaps separated with labels like 'yesterday', '7 days ago', 'March 24th', etc我推荐两种方法来做到这一点:
A. 最简单的方法是使用 Skyperious 。适用于 Windows、Linux 和 Mac。您可以执行所有这些
这是搜索功能:
以下是导出的示例输出:
B. 更困难但自然更灵活的方法是安装 SQLite 浏览器,例如 这个,然后自己导出消息。您可以通过查看 这篇文章,或者你也可以搜索其他类似的文章(AlexS的回答也提供了线索) 。您需要一些 SQL 经验才能使用此选项。
I recommend two ways to do this:
A. Easiest way is to use Skyperious. Available for Windows, Linux and Mac. You can do all this
This is the search function:
And here is sample output from an export:
B. The harder, but naturally more flexible way, is to install a SQLite Browser, such as this one, and export the messages yourself. You can see some information on how to do that by looking at this article, or you could also search for other similar articles (AlexS' answer also provides clues). You will need some experience with SQL to use this option.
看看这个: http:// web.archive.org/web/20061019071406/https://developer.skype.com/Docs/ApiDoc/CHAT_object
Check this out: http://web.archive.org/web/20061019071406/https://developer.skype.com/Docs/ApiDoc/CHAT_object
我的 Skype 历史记录也有同样的问题,
出于多种原因,每个人都希望利用这些历史。
我想与您分享我的经验,因为我不是专家,但这可能会对某人有所帮助。
无论您有台式机还是智能设备,Main.db 文件都是 Skype History 的核心,它是 SqL 3 文件。
怎么获得?????????????
1.桌面:
关闭 Skype 并在
C:/Users/[您的计算机用户名]/App Data/Roaming/Skype/[您的 Skype Id] 中找到文件 Main.db
(对于 Win7,请查看此内容,对于 XP 和其他系统,您必须找到该文件)。在其他驱动器上对此文件进行备份。
使用任何 sql 软件(如 SQLite 或 SQLite Expert 或其他)将文件作为数据库打开。
使用
在“数据”菜单中,您可以在程序左侧查看历史记录的所有信息,例如消息、通话、对话以及许多详细信息。
您将在消息中找到发出和传入的 IM 消息。
单击右侧并转到选择列,然后选择感兴趣的列,例如 ID 用户名 body-xml 作为消息文本和时间戳。
单击右侧并转到选择列,
您可以通过勾选必填字段来缩短您的选择。
单击右键并选择文本编辑,然后您可以对所选字段执行任何您需要的操作,添加删除等。
单击右侧并选择文本编辑,然后
您不需要保存任何内容,因为它会自动保存。
对于时间步非常重要,它使用不同类型的日期格式,例如您发现日期时间 23/12/2009 18:23 的时间戳 1261610607,
那么如何调整时间呢?
您只需打开 Excel 工作表并粘贴方程式即可:
=IF(H6="","",(H6/86400)+25569+(-5/24))
仅此而已。
现在再次重新打开它,查看聊天记录。
2.对于智能设备(以 iPad 为例):(您必须使用台式机或笔记本电脑以获得帮助:
下载并安装 iExplorer for iPad 或其他浏览软件。
连接您的设备,您将看到您的大部分文件。
选择
APPs/Skype/Library/App 支持/Skype/[您的 Skype ID]
。将文件发送到。单击右键并导出文件,将文件发送到您的桌面。
单击
像桌面程序一样,重复上述步骤 2 - 11。
重复上述步骤
完成编辑后,关闭数据库,然后从 iExplorer 指向您的 Skype 用户并选择
添加文件
,浏览到修改后的文件并发送。 。启动 Skype 并查看结果。
I had the same problem with Skype history,
Every body is looking to play around these history for many reasons.
I would like to share my experience with you, since I'm not expert but this may help somebody.
Whether you have desktop or smart device, Main.db file is the core of the skype History, it's SqL 3 file.
How to get it?????????????????
1. Desktop:
close the Skype and Find the file Main.db at
C:/Users/[your computer username]/App Data/Roaming/Skype/[your Skype Id]
(please review this for Win7, and for XP and others you have to find the file).Make backup for this file at other drive.
use any sql software like SQLite or SQLite Expert or other to open the file as database.
at the Data menu you can see all your information for the history in the left of the program like messages, calls, conversations, and so many details.
you will find the outgoing and incoming IM message in messages.
click right and go to select column and select the columns of interest like ID user name body-xml for the message text and timestamp.
you can shorten your selection with tick the required fields.
Click right and select text edit and then you can do whatever you need, add delete, etc. for the selected field.
you don't need to save anything because it's automatically saved.
very important for time step that it uses different kind of date format, for example you find the timestamp 1261610607 for the date time 23/12/2009 18:23,
so how can you adjust the time?
you can simply open an Excel sheet and paste the equation:
=IF(H6="","",(H6/86400)+25569+(-5/24))
and that's all.
Now reopen it again then, see the history of the chat.
2. For Smart devices (Ipad as example):(you have to use desktop or laptop for assistance:
Download and install iExplorer for iPad or some other browsing software.
Connect your device and you will see most of your files.
Select
APPs/Skype/Library/App Support/Skype/[your Skype ID]
.Send the file to your desktop by click right and export file.
repeat the steps as shown above from 2 - 11 like for Desktop procedures.
After finishing the editing close the database and from iExplorer point to your Skype user and select
Add File
, browse to the modified file and send it again to the iPad.Start Skype and see the results.