mirror of
https://github.com/simon987/Discord-Channel-scraper.git
synced 2025-04-10 14:16:48 +00:00
Meant for use with the discord chat program available here: Discord
Requires * Rapptz's discord python API * 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
- Modify the final line in the script to include both your discord email and password
- Run the script
- Note: a rather cryptic error can occor if you have 2 factor authentication enabled, bug report here
- 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 - 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.
Description
Languages
Python
100%