Amino Chat Grabber

A utility to grab and compile chat histories, for parsing, archiving or viewing in an accompanying WIP chat history viewer.

当前为 2022-08-03 提交的版本,查看 最新版本

作者
RustyGentleman
评分
0 0 0
版本
1.6
创建于
2022-08-03
更新于
2022-08-03
大小
10.7 KB
许可证
GNU GPLv3
适用于

A utility to grab and compile chat histories, for parsing, archiving or viewing in an accompanying WIP chat history viewer.

Quick-start

  1. Click the "▣" button on the top left of the page to toggle the widget.
  2. Generate the base JSON structure. It will also include information on how it should be structured.
  3. Generate the JSON for the community currently open/selected in the chat window. This is not strictly necessary if you only intend to read it as a text file and do not care to store what community a chat is from. Otherwise, as per the dictated structure, the code generated should be inserted within the "communities" field of the base structure.
  4. Generate the JSON for the chat currently open/selected in the chat window. As per the dictated structure, the code generated should be inserted within the "chats" field of the community's data structure.

Notes

  • This utility will generate JSON, which is a simple, human- and machine-readable data format. It can be read as text in any text editor, and can be readily used in other code (such as the aforementioned chat history viewer).
  • This utility will also grab images (including community logos, user avatars, and covers), stickers and audios sent in a chat. As of v1.6, they will be grabbed as links. As such, it is possible such media might end up removed from Amino's servers, at which point they will become unavailable.
  • This utility's widget has low levels of gay an "RGB"/hue-shifting element to it that some may find infuriating displeasing or distracting. This may be remedied by commenting out lines 148 through 151.
  • The data structure generated by this utility will always be logged to the browser's console, in case you do not wish to have it copied to your clipboard, or lost it from it.
  • The data structure generated by this utility may benefit from getting "beautified" before being read by a human (or otherwise sapient creature).
  • I'll avoid it, but it is possible that I might alter the JSON structure in future updates. When and if I do, I will do my best to implement a way to convert JSON generated in previous versions to the new format when possible.
  • The base JSON structure generated by the utility will include, as comments, information on how the data should be structured. If you intend to only read the JSON itself as a text file, you are free to leave them there and add your own notes wherever you'd like, but if you intend to use this data in any sort of code, delete the comments, as JSON is a data-only format, and thus comments will invalidate it.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址