Categorygithub.com/skarsden/BlogAggregator
modulepackage
0.0.0-20250214160001-e1b8323e7947
Repository: https://github.com/skarsden/blogaggregator.git
Documentation: pkg.go.dev

# README

Contributing

Gator

A CLI tool for aggreagating RSS feeds and viewing their posts Requires latest Postgres and Go versions to be installed.

Config

create a ".gatorconfig.json" file in your home directory and enter the follwing: { "db_url":"postgres://:@localhost:5432/gator?sslmode=disable" } replace with your username

Usage

Create new user:(bash terminal)> gator register Add an RSS feed:(bash terminal)> gator register Begin Aggregator:(bash terminal)> gator agg View posts:(bash terminal)> gator browse List existing users:(bash terminal)> gator users List feeds:(bash terminal)> gator feeds Follow an existing feed as logged in user:(bash terminal)> gator follow Unfollow a followed feed:(bash terminal)> gator unfollow

# Structs

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