Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.