API Documentation

Main module.

discord_dumper.entrypoint(argv=None)[source]

Entrypoint for command line interface.

Parameters:

argv (Sequence[str] | None) –

Return type:

None

discord_dumper.dump(path, *, images=None, pretty=None, fetch=None)[source]

Dump file.

Parameters:
  • path (str | Path) –

  • images (bool | None) –

  • pretty (bool | None) –

  • fetch (bool | None) –

Return type:

None