Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jackomo007/blockeneitorweb
- Owner: jackomo007
- Created: 2019-04-07T22:57:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T23:24:42.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T19:12:51.805Z (2 months ago)
- Topics: linux, mac, python, python3, script, windows
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).