You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A script that uses Python and selenium to capture a screenshot of the webpage that the user wants to track
The screenshot is saved with the proper date and time to identify when it was taken
Language
Python
Is the feature request related to a problem? Please Specify.
Often we may want to check for certain updates or notifications which are posted to some website, but at the same time we may not want to check the site multiple times during the day
Describe the solution you'd like.
This script automatically captures the state of the webpage and keeps track of it. It can be run as required from the terminal or be scheduled to run at some specific time (using Windows task scheduler or a Linux cronjob)
The user may then check the directory to check if there are any new updates
Anything else?
An example screenshot of my college's notices page captured by the script
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
@Rishav-12 Welcome to Rotten-Scripts🥳 Thanks for opening this Issue 🙌, This Will definitely Improve our Project💖.While we are having a look at this. If you want to work on this then,feel free to self-assign and start working on it.📄 Use /assign to self-assign this issue.
This issue has been assigned to @Rishav-12!
It will become unassigned if it isn't closed within 21 days. A maintainer can also add the pinned label to prevent it from being unassigned.
Is there an existing issue for this?
Describe the script
A script that uses Python and selenium to capture a screenshot of the webpage that the user wants to track
The screenshot is saved with the proper date and time to identify when it was taken
Language
Python
Is the feature request related to a problem? Please Specify.
Often we may want to check for certain updates or notifications which are posted to some website, but at the same time we may not want to check the site multiple times during the day
Describe the solution you'd like.
This script automatically captures the state of the webpage and keeps track of it. It can be run as required from the terminal or be scheduled to run at some specific time (using Windows task scheduler or a Linux cronjob)
The user may then check the directory to check if there are any new updates
Anything else?
An example screenshot of my college's notices page captured by the script
Code of Conduct
The text was updated successfully, but these errors were encountered: