journal3/README.md

20 lines
414 B
Markdown
Raw Permalink Normal View History

2020-09-11 16:46:44 -04:00
# 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
2020-09-11 18:12:26 -04:00
```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
2021-05-17 01:02:38 -04:00
python bot.py
2020-09-11 18:12:26 -04:00
```