Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: readme update #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@

> Turn your telegram community links into a newsletter

TODO: insert here a readme
Telegram communities and groups based on messaging systems have a tremendous limit, interesting links are often flooded by tons of messages with less importance.
Once submerged the life of the link, regardless of the importance it has, is finished.

## How to solve this problem?

The solution that we thought of is to store all the messages that contain a link, and once a week, automatically generate an email and send it to subscribers.

Simple no 😜!

## Architecture

Botletter is a nodejs application written in typescript.

The application is divided into core and infrastructure.

**Core**: contains all the business logic of the application

**Infrastructure**: since botletter not matters about the service we use to store messages and send email this folder contains the delivery and the store modules.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd phrase this as "since botletter does not care about the service..."


## Notes

Expand Down