Added sqlite3 support

This commit is contained in:
spla 2022-08-23 20:40:53 +02:00
pare cc91bccb8f
commit bdafcb08b3
S'han modificat 1 arxius amb 2 adicions i 2 eliminacions

Veure arxiu

@ -14,11 +14,11 @@ Within Python Virtual Environment:
1. Run `pip install -r requirements.txt` to install needed Python libraries.
2. Run `python peers.py` to collect and store all needed data from your server peers.
2. Run `python peers.py` (or `sqlite-peers.py` for sqlite3 version) to collect and store all needed data from your server peers.
3. Edit `software.txt` file, add the software you want to block, one per line, and save it.
4. Run `python blocksoft.py` to block the configured software.
4. Run `python blocksoft.py` (or `sqlite-bs.py` for sqlite3 version) to block the configured software.
[demo](https://git.mastodont.cat/spla/blocksoft/raw/branch/master/blocksoft.mov)