Back to all Bounties
Earn 900 ($9.00)
due 2 years ago
Completed
Python + Playwright Cron in Docker Container
oAkeDCH
Details
Applications
1
Discussion
This Bounty has been completed!
Bounty Description
Problem Description
I need a Docker container that runs a python script to execute playwright. The docker container should run a cron job inside to run the python script every 5 minutes.
Acceptance Criteria
- A Python script that loads a webpage using Playwright. No logic needs to be executed on the page.
- A Dockerfile to run the python script in a container. It should also run a cron inside the container to run the python script every 5 minutes