20 lines
419 B
Markdown
20 lines
419 B
Markdown
# 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
|
|
|
|
```bash
|
|
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 journal3.py
|
|
```
|