-
Run the command:
python pixiv_auth.py login
This will open the browser with Pixiv login page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FTP Rush v2.x RFQ (RushFTP Queue) File Format | |
============================================= | |
NOTE: All strings are UTF-16 (Unicode) encoded unless explicitly noted otherwise. | |
NOTE: All integers are encoded as UTF-16 (Unicode) strings. | |
- A RFQ file MAY begin with 0xFF 0xFE (the "Byte Order Mark" byte sequence). | |
- A RFQ file MAY contain multiple Queue Entries in NEW LINES, using | |
the CARRIAGE-RETURN, LINE-FEED (CRLF) terminator, of course, encoded using | |
Unicode (0x0D, 0x00, 0x0A, 0x00). | |
- Every PARAMETER in a RFQ file is SPLIT using the PARAMETER TERMINATOR (0x02, 0x00). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This css has been moved due to the Vencord development team not allowing gists for import urls. | |
* Source css: https://github.com/DubyaDude/DubyasCleanupOfDiscord/blob/main/DubyasCleanupOfDiscord.css | |
*/ | |
@import url("https://raw.githubusercontent.com/DubyaDude/DubyasCleanupOfDiscord/main/DubyasCleanupOfDiscord.css"); |