Dracovian

Results 67 comments of Dracovian

From my own testing of the script the HTTP 401 error occurs seemingly at random since re-running the script has fixed the issue in the past but I don't quite...

I did take notes from these edits and I do plan on making some more modifications to the project tonight. Most of what I have to do is update the...

https://github.com/Dracovian/Discord-Scraper/blob/experimental_requests/DiscordScraper/NetworkHandler.py#L86 The timeout variable is a function argument that defaults to 0.5 (half a second).

I will definitely have to look into improving the text scraping functionality of the script as that's been on my todo list for nearly 2 years now. HTTP 415 is...

> I'm fine with not having the 3rd party resources downloaded so long as the url is being logged along the message. Python 3: https://github.com/Dracovian/Discord-Scraper/blob/experimental/module/RequestB.py#L107 Python 2: https://github.com/Dracovian/Discord-Scraper/blob/experimental/module/RequestA.py#L98 The script...

You can retrieve a list of members from the official API endpoint for returning channel data, but I don't quite remember if the results were all-encompassing or if there was...

I would probably suggest looking into anti-raid mechanisms because this script doesn't offer any sort of assistance with moderation tasks as-is. This repository could be modified to add such functionality...

There is a possibility of doing that but there's nothing written into this script that would facilitate sending messages, if you're wanting to send a bunch of images/videos using Python...

So you're wanting to catalogue the total number of users on a server? I'd have to look into that before I can consider it a viable addition, but it's not...

> More specifically, the User Id. > > There are some discord communities that deal with stolen/cracked things. > > I just wanted an easy way of gathering all the...