Skip to content

Instantly share code, notes, and snippets.

@ZipFile
ZipFile / README.md
Last active August 22, 2026 15:10
Pixiv OAuth Flow

Retrieving Auth Token

  1. Run the command:

    python pixiv_auth.py login

    This will open the browser with Pixiv login page.

@lukehedger
lukehedger / ffmpeg-compress-mp4
Last active August 1, 2026 06:51
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4