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

Traceback (most recent call last): File "C:\Users\leadm\Desktop\Discord-Scraper-experimental\discord.py", line 195, in discordscraper = DiscordScraper() File "C:\Users\leadm\Desktop\Discord-Scraper-experimental\module\DiscordScraper.py", line 148, in __init__ tokenfile = path.join(getcwd(), config.tokenfile) AttributeError: 'DiscordConfig' object has no attribute 'tokenfile'...

I am running the scraper on a channel that has tons of messages and it is taking a long time. I would like to schedule it and pass a date...

Suggesting ability to scrape user ID's from a server. Thank you.

Hi there, not good at python. I just want to use this script to grab the last message in a channel and end. Is that possible? Any help appreciated.

I keep getting this token error, i dont know whate fuck im doing wrong. [ERROR]: Authorization token file can not be found at the following location: C:\Program Files (x86)\pycharm projects\Discord...

HTTP 401 from https://discord.com/api/v8/channels/772504057150439424/messages/search?min_id=872977268736000000&max_id=873339652407296000&has=image&has=embed&has=video&include_nsfw=true i want to scrap members id from a locked channel

``` "guilds": { "guild/server 1 id": [ "328209921944584203/733028471516823692", "guild/server 1 channel 2 id", "guild/server 1 channel 3 id" ], "guild/server 2 id": [ "guild/server 2 channel 1 id", "guild/server 2...

When running the script for the first time in a channel, I notice that it's attempting to capture all the messages, and not just from the 24 hours of today...

A quick question, does this also scrape the chant transcript to not? The scraping seems to save the images and videos but I do not see the text. Thanks

running the script, it appears to crash if discord terminates a download prematurely. below is the trace I was able to catch when the crash occurred: Unknown exception: HTTP 429...