https://github.com/niracler/mangashot2bot
https://github.com/niracler/mangashot2bot
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/niracler/mangashot2bot
- Owner: niracler
- Created: 2024-04-16T07:59:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T05:45:20.000Z (over 1 year ago)
- Last Synced: 2025-10-10T11:09:44.007Z (9 months ago)
- Language: TypeScript
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mangashot2bot
A Telegram bot that sends manga screenshots.
## Commands
```
delete - Delete the mangashot through the ID or reply.
```
## Some commands development
```bash
pnpm run deploy # Deploy the worker
pnpm run wrangler tail # Get the logs
pnpm run wrangler d1 execute manga --remote --command "SELECT * FROM mangashot ORDER BY created_at DESC LIMIT 10" # Get the last 10 results
git diff | x chat "git commit message angular like in one line" # Generate git commit message
```
## References
- [Telegram Bot API](https://core.telegram.org/bots/api)
- [grammY Telegram bot framework](https://grammy.dev/)
- [Cloudflare Docs](https://developers.cloudflare.com/workers)