A Cloudflare Worker application for managing items with Drizzle ORM.
- Item management API
- User authentication
- Scheduled processing
- Tokopedia scraping integration
The ThriftMind bot provides these commands:
/start- Initialize the bot and get started/add [item]- Add a new item to your list/list- View all your items/delete [id]- Remove an item by ID/edit [id] [new_value]- Modify an existing item/help- Show available commands
To interact with the bot, simply send these commands in your Telegram chat.
- Install dependencies:
pnpm install- Configure environment variables in
dev.vars&wrangler.jsoncfile:
- BOT_TOKEN: Telegram bot token
- BOT_INFO: Telegram bot info
- Run development server:
pnpm devpnpm run deploy- Cloudflare Workers
- Drizzle ORM
- TypeScript