Gator is a command-line tool for managing RSS feeds and posts. It allows you to add feeds, scrape posts, and browse them in a user-friendly way.
Before running the program, ensure you have the following installed:
- PostgreSQL: Gator uses PostgreSQL as its database. Install it and ensure it's running.
- Go: Gator is written in Go. Install Go from https://go.dev/.
To install the Gator CLI, run the following command:
go install github.com/your-github-username/gator@latest