Installation on Windows
Requirements
- Python 3.10 or newer (recommended: 3.10 to 3.12 — newer versions may have issues with some libraries)
- FFmpeg — used to extract screenshots from videos
- Poppler — only if you want to create torrents for PDF documents
1. Install FFmpeg
- Download FFmpeg from ffmpeg.org/download.html
- Unzip the archive to a folder of your choice (e.g.
C:\ffmpeg) - Add the FFmpeg
binfolder to your PATH environment variable (user) - Close and reopen the terminal, then verify:
ffmpeg -version
2. Poppler (PDF only)
Needed only if you upload PDF documents — the bot uses it to extract the cover from the first page.
- Download Poppler for Windows from github.com/oschwartz10612/poppler-windows
- Unzip it and add the
binfolder to the system PATH (example:C:\poppler-24.08.0\Library\bin) - Close and reopen the terminal
- Verify the installation:
pdftocairo -v
3. Install Unit3Dup
pip install unit3dup
4. First run
unit3dup
Red messages on first run?
That's expected: the bot is telling you it's not configured yet. On first run it creates the configuration folder and the Unit3Dbot.json file. Continue with the Configuration.