Documentation ¶
Index ¶
Constants ¶
View Source
const Empty = ""
Empty represents an empty string
View Source
const MediaTypeText = "TEXT"
MediaTypeText represents a media that is text
View Source
const Stdin = "-"
Stdin represents receiving input from standard input
Variables ¶
View Source
var ErrNoInput = errors.New("no input file provided")
ErrNoInput means that no snapchat chat history file was provided
View Source
var ParseCommand = &cli.Command{ Flags: flags, Action: func(ctx *cli.Context) error { parseFlags := &parseFlags{ file: ctx.String("file"), dir: ctx.Path("dir"), user: ctx.String("user"), write: ctx.Bool("write"), create: ctx.Bool("create"), withColor: ctx.Bool("color"), } return parseFunc(parseFlags) }, }
ParseCommand is a cli command that parses snapchat chat history
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
snaparser
Snaparser parses snapchat chat history json files to human friendly format.
|
Snaparser parses snapchat chat history json files to human friendly format. |
Package parser parses snapchat chat history from a json file to a struct.
|
Package parser parses snapchat chat history from a json file to a struct. |
Click to show internal directories.
Click to hide internal directories.