Initial RAA parser poster copy

This commit is contained in:
Your Name
2026-08-03 16:18:56 +05:00
commit d01890ff2c
148 changed files with 18924 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=VK Parser Site Poster
After=network.target postgresql.service
[Service]
Type=simple
WorkingDirectory=/opt/vk-parser
Environment=PYTHONPATH=/opt/vk-parser/src
ExecStart=/opt/vk-parser/.venv/bin/python -m vk_parser_app.workers.site_poster
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target