Skip to content

An online tool that allow you to clone your Discord, Instagram, Snapchat account and messages.

License

Notifications You must be signed in to change notification settings

RealAlphabet/AccountDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light and flat design conversation viewer and recorder for your favorite chat apps.

What it does

This utility allows you to record and view your Discord, Snapchat, Instagram, Twitter, Facebook messages.

Screenshot

[Screenshot #1

Features

Notice: You can use Distools to record your Discord messages.

  • Record Discord messages
  • Record Snapchat messages
  • Record Instagram messages
  • Record Twitter messages
  • Record Facebook messages
  • Cloud saving
  • Signature
  • Themes

Conversation structure

All conversations are json files and should respect this example.
members is a list who contains the recipients and you as the last member.
messages is a list who contains the conversation.

{
  "members": [
    {
      "id": "0",
      "username": "John"
    },
    { 
      "id": "1",
      "username": "Me"
    }
  ],
  "messages": [
    {
      "id": "0",
      "author": "0",
      "content": "Hello"
    },
    {
      "id": "1",
      "author": "1",
      "content": "Hi John, how are you?"
    },
    {
      "id": "2",
      "author": "0",
      "content": "I'm fine and you?"
    },
  ]
 }

About

An online tool that allow you to clone your Discord, Instagram, Snapchat account and messages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published