- volta
- nodejs
- telegraf framework
- serverless framework
- serverless-http
- yandex-cloud-serverless-plugin
git clone https://github.com/nezort11/telegraf-serverless-yandex-cloud-template.git your-project-name
cd ./your-project-name
rm -rf .git
volta install node@18
pnpm install
# Start development server
pnpm devSELECT *
FROM posted
ORDER BY id DESC;Delete some posted tweet:
DELETE FROM posted
WHERE id = "1932936634061766884";Get specific author tweets:
SELECT * FROM tweets WHERE JSON_VALUE(data, "$.author.userName") = "JohnPiper";Music table link:
Delete music from posted
DELETE FROM `music` WHERE id = "pTPCs8FQnJQ";