Amino Chat Grabber

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

These are versions of this script where the code was updated. Show all versions.

  • v2.3 2023-02-25
  • v2.0 2022-11-05

    2.0 changelog:

    • Almost completely refactored code.
    • Widget redesigned. It will now display info on how many entries of each type the current object structure has.
    • Instead of generating stringified JSON, the script now generates an internal object structure as chats are grabbed, which the user can then simply download with the click of a button.
    • An existing compiled JSON may be loaded into the script, and everything grabbed then on will be added to its structure. Make sure to download it once done. Also keep in mind that upon loading a JSON file, the existing internal object will be replaced with it.
    • Saving images as DataURIs is now implemented. If checked in the widget, the following things will be downloaded, converted to a base64 string and saved directly into the JSON along with the link:
      • community logos
      • user avatars and covers
      • sticker and image messages
      • voice notes
    • Implemented a notes field on communities and users, for - you guessed it - writing notes.
    • Implemented a bookmark field on messages, for - you guessed it - bookmarking.
      • Both of these fields will be parsed in the WIP Chat History Viewer.
    • Migrations were implemented; files from older versions will be converted to the new format, and URIs will be downloaded, if the option is checked.
  • v1.6 2022-08-03