You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
bot.py | 2 years ago |
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