AutoSS is an automated screenshot capturing took. This Script takes a screenshot every N seconds.
pip install virtualenv
Create a virtualenv
virtualenv env
Activate the created environment
source env/bin/activate
Use the package manager pip to install requirements.txt
.
pip install -r requirements.txt
Run autoss.py
and enter the interval (in minutes) between which screenshots are to be taken.
It will be creating a folder named screenshots
in the same directory to save the captured screenshots.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.