
What is a Discord Server List?Ī Discord Server List is a website that provides a way for you to find the Discord servers that you're looking for. Discadia uses a proprietary algorithm to deliver you the best Discord Servers that you're likely to be interested in. Using Discadia you can browse through thousands of servers, search, and filter by tags. While there's a huge range of Discord servers out there, not all of them may appeal to you. Yes it's nice.)Īs a sidenote: "Account puller" might sound a bit illigalish to some, which might stop people from replying, so if you can explain how you intent to use this there might be more response to future help requests.Discord is a website and mobile app that provides text, voice, and video communication through community created “chat groups” called 'servers'. (In before GEOSoft plugs his PCRE Toolkit. Someone might come up with a nice regex that will make the stringbetween unneeded, but it was too much of a hassle for me to try and figure it out. If Then ConsoleWrite ( "Source did not contain expected content." & ) Exit EndIf _ArrayDisplay ( $aText ) _FileWriteToArray can replace filewrite here, #include #include $sSource = _INetGetSource ( '' ) If Not $sSource Then ConsoleWrite ( "Page could not be downloaded." & ) Exit EndIf $aText = _StringBetween ( $sSource, '', '

This version only grabs strings that match the pattern of two uppercase letters, followed by six digits, which seems to be the valid format.

(just kept the linebreaks in the source, rather than remove those and replace with but the output seems to match that of your example. #include #include $sSource = _INetGetSource ( '' ) If Not $sSource Then ConsoleWrite ( "Page could not be downloaded." & ) Exit EndIf $aText = _StringBetween ( $sSource, '', '", "" ) MsgBox ( 0, '', $sAccounts & ) ~ filewrite. This version should be practically identical in use to your IE version:
