https://github.com/0lostconnection/email-to-discord
https://github.com/0lostconnection/email-to-discord
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0lostconnection/email-to-discord
- Owner: 0LostConnection
- Created: 2024-04-09T20:07:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T20:26:13.000Z (about 2 years ago)
- Last Synced: 2025-02-26T07:37:06.094Z (over 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.