Dracovian
Dracovian
@ch40s I suppose it looks like Github only allows for moderators and owners of repos to set issue labels... I imagine that was a feature by now but apparently not....
@ch40s Is there a Text directory along with a Scrapes directory?
@ch40s I did find that I shouldn't have added the *"&has=image&has=videos"* to the query because it skips over the text data. I did that to improve the original script's performance...
Yes, this is likely due to the issues with embedded content. Something that's been plaguing this script for well over a year now. I do recommend people try out the...
I have yet to see if the experimental_requests branch is able to grab video contents, but I am hedging a bit on 3rd party modules because it definitely seems as...
Give the updated script a try, I found an issue with the exception handling that I was writing (it would pretty much halt once it reaches a ValueError exception).
The 404 error could be produced by having the wrong server ID or DM ID in the config.json file. ```json "directs": { "anything you want here": "DM message ID" },...
The official Discord API mentions the following: ``` Some API and Gateway versions are now non-functioning, and are labeled as discontinued. Trying to use these versions will fail and return...
Hmm... are you by any chance attempting to scrape from any channels or servers that are linking to external resources? I've not gotten any HTTP 400 errors when running this...
I changed the JSON layout between the previous version and the recent version of this script: Here's the JSON for this current version: https://github.com/Dracovian/Discord-Scraper/blob/master/discord.json Here's the JSON for the previous...