https://github.com/h1alexbel/alerter-mail
An Email assistant/Telegram Chat-Bot. It helps you to deliver PDF documents faster
https://github.com/h1alexbel/alerter-mail
automation jvm oop telegram-bot
Last synced: 3 months ago
JSON representation
An Email assistant/Telegram Chat-Bot. It helps you to deliver PDF documents faster
- Host: GitHub
- URL: https://github.com/h1alexbel/alerter-mail
- Owner: h1alexbel
- License: mit
- Archived: true
- Created: 2022-11-02T15:40:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T10:46:21.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T18:45:59.510Z (4 months ago)
- Topics: automation, jvm, oop, telegram-bot
- Language: Java
- Homepage: https://t.me/AlerterMailBot
- Size: 370 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://www.elegantobjects.org)
[](https://www.rultor.com/p/yegor256/rultor)
[](https://www.jetbrains.com/idea/)[](https://github.com/h1alexbel/alerter-mail/actions/workflows/maven.yml)
[](https://github.com/h1alexbel/alerter-mail/actions/workflows/terraform.yml)
[](https://codecov.io/github/h1alexbel/alerter-mail)
[](https://hitsofcode.com/view/github/h1alexbel/alerter-mail)
[](https://github.com/h1alexbel/alerter-mail/blob/master/LICENSE)[Alerter](https://t.me/AlerterMailBot) is an Email assistant/[Telegram](https://telegram.org) chatbot. It helps you to deliver PDF documents faster.
## What Problems Does Alerter Solve?
Automated PDF artifacts delivering. Alerter attempts to reduce an effort that you do to email and attach PDF document.
## How It Works?
it does exactly this:
1. Reads the message you provide
2. Gets URL of PDF document via Telegram API
3. Forms an email
4. Sends it
5. Reports back to you.## How to Contribute
Fork repository, make changes, send us a [pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).
We will review your changes and apply them to the `master` branch shortly,
provided they don't violate our quality standards. To avoid frustration,
before sending us your pull request please run full Maven build:```bash
$ mvn clean install -Pqulice
```You will need Maven 3.3+ and Java 11+.