0

I'm trying to create a screenshot taking web app written in python django, meant for user work monitoring. It is supposed to take screenshots of the whole visible screen, not just the browser, in 5minute interval. The web app is to be built using Python Django and is hosted on amazon linux 2 Centos.

I tried using pyautogui but it looks like it doesn't work on CLI or headless servers. Selenium and other python and javascript packages I've checked are only limited to the browser (As of my knowledge. Correct me if I'm wrong.). I need to be able to get screenshots of the whole visible screen regardless of open application. I know it sounds hacker-ish so please guide me to the correct path. How do I implement this? Thank you!

0 Answers0