refactor: rename project to store-scraper-bot

GitHub repo rename: js-store-scraper-bot becomes the canonical store-scraper-bot. The Java reference impl is renamed to legacy-store-scraper-bot in parallel.

Updates: package.json name + description, README header + reference link, wrangler.toml worker name (file slated for removal in cleanup phase but kept consistent in the interim).
This commit is contained in:
2026-05-09 17:18:50 +07:00
parent fbf2e95a52
commit 1ca421b3d5
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# js-store-scraper-bot
# store-scraper-bot
JavaScript (Node.js) port of [store-scraper-bot](https://github.com/tiennm99/store-scraper-bot).
JavaScript (Node.js) implementation. Ports [legacy-store-scraper-bot](https://github.com/tiennm99/legacy-store-scraper-bot) (Java).
> ⚠️ **Preview / unstable — use at your own risk.**
> This port was produced largely with AI assistance and has **not** been tested
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "js-store-scraper-bot",
"name": "store-scraper-bot",
"version": "0.3.0",
"description": "JavaScript port of store-scraper-bot — Telegram bot tracking Apple App Store + Google Play app updates. Deploys to Cloudflare Workers, backed by Cloudflare KV.",
"description": "Telegram bot tracking Apple App Store + Google Play app updates. JavaScript implementation, ports legacy-store-scraper-bot (Java).",
"type": "module",
"private": true,
"engines": {
+1 -1
View File
@@ -1,4 +1,4 @@
name = "js-store-scraper-bot"
name = "store-scraper-bot"
main = "src/index.js"
compatibility_date = "2025-10-01"
# nodejs_compat_v2 enables node:net + node:tls so the official `mongodb` driver