discord offline archival bot
Go to file
xenofem 5581b4cb82 limit use to administrators only 2021-06-06 14:25:06 -04:00
.gitignore working initial version 2020-09-11 16:46:44 -04:00
LICENSE working initial version 2020-09-11 16:46:44 -04:00
README.md normalize bot repo structure 2021-05-17 01:02:38 -04:00
bot.py limit use to administrators only 2021-06-06 14:25:06 -04:00

README.md

journal3

Archival discord bot

Usage

Tag the bot in any channel, and it'll reply with a downloadable text file containing the channel's message history. This will only include text, not images or other uploaded files.

Setup

git clone https://git.xeno.science/xenofem/journal3
cd journal3
python3 -m venv env
source env/bin/activate
pip install discord.py
echo <token> > token
python bot.py