https://github.com/allinbits/telegram-bots
Home for All in Bits telegram bots
https://github.com/allinbits/telegram-bots
Last synced: 5 months ago
JSON representation
Home for All in Bits telegram bots
- Host: GitHub
- URL: https://github.com/allinbits/telegram-bots
- Owner: allinbits
- Created: 2025-10-01T07:59:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-28T16:27:33.000Z (7 months ago)
- Last Synced: 2025-11-30T21:51:05.557Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Telegram Bots
A minimal monorepo for Telegram bots managed with pnpm workspaces. It currently includes:
- `packages/bounty-bot`: Bounty management bot backed by a local SQLite database
- `packages/channel-bot`: Channel utility bot
The project is written in TypeScript and ships runnable Docker images for local development and deployment.
---
### Prerequisites
- Node.js 20+
- pnpm 9+
- Docker (optional, for containerized runs)
---
### Install
From the repo root:
```bash
pnpm install
```
This installs dependencies for the root and all workspaces under `packages/`.
### Contributing
1. Fork the repo and create a branch
2. Make changes with clear commits
3. Ensure typecheck, lint, and builds pass
4. Open a pull request