Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmdnu/dc-manga-bot
discord bot to send notification of manga's newest chapter, using discord.js and cheerio for scrapping
https://github.com/hmdnu/dc-manga-bot
bun cheerio discord-bot discord-js
Last synced: about 2 months ago
JSON representation
discord bot to send notification of manga's newest chapter, using discord.js and cheerio for scrapping
- Host: GitHub
- URL: https://github.com/hmdnu/dc-manga-bot
- Owner: hmdnu
- Created: 2024-07-09T15:56:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T23:01:43.000Z (6 months ago)
- Last Synced: 2024-07-10T03:05:13.835Z (6 months ago)
- Topics: bun, cheerio, discord-bot, discord-js
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# manga
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.