Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jackomo007/blockeneitorweb

Sctipt to block especific sites to determinated interval time
https://github.com/jackomo007/blockeneitorweb

linux mac python python3 script windows

Last synced: 4 days ago
JSON representation

Sctipt to block especific sites to determinated interval time

Awesome Lists containing this project

README

        



BlockeneitorWeb

## Windows:
1. Change the extension of the script, for example: web_block.pyd
2. Open Task Scheduler and create a new task to run with all the privileges
3. Set the script and make that begin with the start up

## Linux or Mac:
1. Add the execution of this script to the CRON Table using the command: sudo crontab -e
2. Add in the end of the file: @reboot python3 /home/YOUR_NAME_SESSION/LOCATION_WHERE_PASTE_THE_FILE/web_block.py
3. Reboot

## Licence:
Open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).