add cron, add telegram support

This commit is contained in:
andres
2023-03-13 23:34:42 +01:00
parent 211806a1be
commit 7815284efb
12 changed files with 124 additions and 498 deletions

View File

@@ -25,7 +25,9 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@types/node-cron": "^3.0.7",
"dotenv": "^16.0.3",
"node-cron": "^3.0.2",
"playwright": "^1.31.2",
"telegraf": "^4.12.2"
},