Docker
Last updated
Last updated
If you opt for the auto download feature when installing mp4decrypt or ffmpeg, the binaries will be stored in /root/.config/ofscraper/bin within the Docker image
If manually downloading binaries please mount the linux based binaries
host | docker | use | required |
---|---|---|---|
make sure to install ffmpeg and mp4decrypt to your local system and add to the volumes in the compose file.
To run the scraper manually use: docker exec ofscraper ofscraper {args}
The Docker file was updated to enhance host permissions support.
If you're using an older version, you'll need to adjust your Docker run or compose file.
For versions equal to or older than this commit:
You can determine if the command has already passed 'ofscraper' in the entrypoint by checking for this sequence: 'ofscraper' (options include: 'post_check', 'msg_check', 'paid_check', 'story_check', 'manual').
Syntax | Example | What it is |
---|---|---|
latest
latest
get the latest stable release
branch-commitshort
main-9e54ed3
container for specific commit
branch
main
latest commits for a specific branch
version number
2.4.3
specific stable release
anypath
/home/ofscraper/.config/ofscraper
store config
True
anypath
anypath
data storage
False