Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyotindersingh/website-blocker
A python script that can be used to block access to certain websites during user specified working hours
https://github.com/jyotindersingh/website-blocker
Last synced: about 6 hours ago
JSON representation
A python script that can be used to block access to certain websites during user specified working hours
- Host: GitHub
- URL: https://github.com/jyotindersingh/website-blocker
- Owner: JyotinderSingh
- License: mit
- Created: 2019-07-07T16:34:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T16:53:08.000Z (over 5 years ago)
- Last Synced: 2023-09-10T13:36:06.153Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website-Blocker
A python script that can be used to block access to certain websites during user specified working hours
## Steps to run:
### Linux or Mac
- Run crontab using the following command
```
sudo crontab -e
```
- Add the following line (without the angular brackers) at the end of the cron table file that shows up
```
@reboot python3
```
- Save and exit from the editor