Discord-Scraper icon indicating copy to clipboard operation
Discord-Scraper copied to clipboard

A Python script that scrapes text and media from Discord servers.

Results 42 Discord-Scraper issues
Sort by recently updated
recently updated
newest added

I'm trying to scrape data from a discord channel, and it's able to scrape photos and videos, but it doesnt scrape text. I have the option enabled in the config,...

Currently the script does the following steps: 1. Read from the config data to gather the guild and channel IDs that are to be scraped. 2. Form a simple search...

TODO
Experimental Requests

* [x] Implement a function to retrieve the latest post in a channel to alleviate lost time when grabbing from inactive channels. * [x] Rename **gatherJSONData** in config file to...

TODO

Hello Thanks for the amazing work I configure everything but when i run I get the message raceback (most recent call last): File "/Users/Judicael/PycharmProjects/DiscordScrapper/discord.py", line 347, in ds.grab_server_data() File "/Users/Judicael/PycharmProjects/DiscordScrapper/discord.py",...

when running the script i found this error. the directory of the "Discord Scrapes" are succesfully created but the content are empty. ``` Traceback (most recent call last): File "discord.py",...

I don't know what more to say, that's the error i'm getting. They come in intervals of about 6 per second until i close the cmd window. Did i put...

This is likely due to the fact that I haven't forced the script to swallow exceptions in the function named *handleNetworkData* in the main script file. I'll keep debugging the...

TODO
Experimental Requests

Embedded videos that aren't proxied by Discord will point to the source website and thus the methodology of scraping non-proxied embedded content is different than scraping proxied embedded content. An...

TODO
Experimental Requests

I do notice that the popular youtube-dl script integrates with FFMPEG if it can detect it on the host machine (path variables are set so that the FFMPEG binaries can...

TODO
Experimental Requests

To put it simple, those pages were written before the experimental and experimental_requests branches were around. Those pages were written before I started writing my own custom modules for this...

TODO
Experimental Requests