服务器端,下载qq邮箱附件

liuyuqi-dellpc f50f486576 docs: update usage instructions for download_qq_tar 7 months ago
.gitignore a9da7f45e8 init 7 months ago
README.md f50f486576 docs: update usage instructions for download_qq_tar 7 months ago
download_qq_tar.py a9da7f45e8 init 7 months ago
download_qq_tar.spec a9da7f45e8 init 7 months ago
pyproject.toml a9da7f45e8 init 7 months ago

README.md

download_qq_tar

Server-side, download QQ email attachments

Usage

  1. Use Chrome DevTools (F12) to obtain the download link and cookie.
  2. Download download_qq_tar and execute:

    wget https://xx.com/download_qq_tar.tar.gz
    ./download_qq_tar <url> <cookie>
    

    There are two parameters: URL and cookie. The cookie needs to be separated by semicolons, e.g., pac_uid=0_FJizADikrJ5DM; _qimei. You can copy it directly from Chrome.

License

Reference