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

https://github.com/0lostconnection/email-to-discord


https://github.com/0lostconnection/email-to-discord

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# email-to-discord

Ferramenta para facilitar o reenvio de e-mails importantes que recebo da universidade.
Converte arquivo `.eml` em arquivos `Markdown`.

----

Configure o arquivo `.env`
```
BOT_TOKEN=
WARN_CHANNEL_ID=
```

Para instalar as dependências

```bash
bun install
```

To rodar:

```bash
bun run index.js convert
bun run index.js send
```

This project was created using `bun init` in bun v1.0.35. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.