mirror of
https://github.com/tiennm99/store-scraper-bot.git
synced 2026-09-03 10:23:44 +00:00
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:
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user