khoin / DiscordArchiver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Archiver

Give me a config.json and create a directory:

{
	"token"			: "--discordToken--",
	"directory"		: "archive/",
	"maxByte"		: 2097152,
	"channels" 		: ["general"],
	"formats" 		: ["jpg","png"],
	"blackList"		: ["testPerson"]
}

and I'll archive things for you.

About


Languages

Language:JavaScript 100.0%