Skip to content

Service which allows to use Telegram as RSS reader

License

Notifications You must be signed in to change notification settings

mrR2D2/rss-reader

Repository files navigation

[WIP] rss-tg-bot

Bot which allows using Telegram as RSS reader

🐶 This is a pet-project

And here I use some tools which are new for me. So don't expect much from it. It is being developed in a spare time to see if Telegram could be used as a suitable (for me) replacement for RSS reader apps. It might lack some tests, architecture patterns, and any other state-of-the-art programming stuff.

Getting started

Install docker and docker-compose. Then clone the repo and cd to the project directory.

RSS Aggregator

cd rss-reader
docker-compose up --build

This will build and start RSS aggregator and related API. Visit http://localhost:8080/docs for interactive API documentation.

Dashboard

cd dashboard
npm start

Run tests

cd rss-reader
docker-compose -f docker-compose.test.yml -p ci up -d --build
docker logs ci_rss_api_1