fixa some stuff
This commit is contained in:
parent
935a596684
commit
3fd7b15ccc
2 changed files with 9 additions and 1 deletions
|
|
@ -2,4 +2,4 @@ home = /usr/bin
|
|||
include-system-site-packages = false
|
||||
version = 3.12.3
|
||||
executable = /usr/bin/python3.12
|
||||
command = /usr/bin/python3 -m venv /home/YOURUSERNAME/dwsheetz
|
||||
command = /usr/bin/python3 -m venv /home/YOURUSERNAME/dw-commentfest-scrape
|
||||
|
|
|
|||
8
scrape5hr.service
Normal file
8
scrape5hr.service
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=DW comment scraper
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=pj
|
||||
WorkingDirectory=/home/pj/dw-commentfest-scraper
|
||||
ExecStart=/home/USERNAME/dw-commentfest-scraper/.venv/bin/python scraper.py
|
||||
Loading…
Reference in a new issue