начало положено

This commit is contained in:
2025-12-17 22:02:26 +03:00
parent 1635aff46c
commit 7334aae92e
17 changed files with 1517 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from apscheduler.schedulers.background import BackgroundScheduler
def start_scheduler():
scheduler = BackgroundScheduler()
# scheduler.add_job(publish_vk_posts, "interval", seconds=30)
scheduler.start()