From 7e87d1fa845bfd721420fc8a6a5504582ae36784 Mon Sep 17 00:00:00 2001 From: Daniel Tyler Date: Tue, 4 Oct 2016 22:46:22 -0500 Subject: [PATCH 1/2] Updated README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 533a64b..ad922b2 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,17 @@ Meant for use with the discord chat program available here: [Discord](https://di **Requires** * [Rapptz's discord python API](https://github.com/Rapptz/discord.py) * Note: can be installed by running the following command as root: + ```python3 -m pip install -U discord.py``` + **See official documentation for further customization.* **Usage** 1. Modify the final line in the script to include both your discord email and password 2. Run the script - * Note: a rather cryptic error can occor if you have 2 factor authentication enabled, [bug report here](https://github.com/Rapptz/discord.py/issues/235)) + * Note: a rather cryptic error can occor if you have 2 factor authentication enabled, [bug report here](https://github.com/Rapptz/discord.py/issues/235) 3. As the same user which was used to log into the script, go to the desired channel you wish to save and type ```!yank``` which will start the scraping process 4. If successful, the file should be saved in the directory you ran the script in as .txt * Note: This works with both server channels and private channels, however private conversions will save under the filename 'None.txt', while everything else will save under the name of the channel. - \ No newline at end of file + From 146647239f42f18ed2ac6b89c432b639165a8f84 Mon Sep 17 00:00:00 2001 From: Daniel Tyler Date: Tue, 4 Oct 2016 22:47:01 -0500 Subject: [PATCH 2/2] Updated README.md, again --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ad922b2..9283634 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@ Meant for use with the discord chat program available here: [Discord](https://di **Requires** * [Rapptz's discord python API](https://github.com/Rapptz/discord.py) * Note: can be installed by running the following command as root: - ```python3 -m pip install -U discord.py``` - **See official documentation for further customization.* **Usage**