Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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