Categorygithub.com/hritik-hk/rss-aggregator
modulepackage
0.0.0-20240805134645-51bfddbf50c4
Repository: https://github.com/hritik-hk/rss-aggregator.git
Documentation: pkg.go.dev

# README

Go App to aggregate your RSS feeds

App optimized using multithreading to continuosly scrape rss feeds stored in Db and then store new feed post to your database for different usecases.

Screenshot from 2024-08-04 22-03-43

How to run?

Add the required .env config

  1. using go:
go build -o main && ./main
  1. using docker:
docker build -t your_docker_image_name .
docker run -p 7777:7777 your_docker_image_name

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author