Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ssd-81/RSS-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS-feed

RSS feed accumulator using Golang, postGreSQL

setup

  1. Requirements: golang, postgres
  2. Gator CLI run the command
    • git clone https://github.com/ssd-81/RSS-feed.git
    • cd RSS-feed
    • go install .
    • go build -v -o app
  3. Ready to go

Configuration

  • configure postgres
  • at the home directory of your system, create a file named ".gatorconfig.json"

the "." is there

Usage

Note: the usage is based on the generation of binaries as per the above instructions

Commands

  • login: ./app login
  • register: ./app register
  • reset: ./app reset
  • users: ./app users
  • agg: ./app agg <time-interval(1s, 1m, 1h)>
  • addfeed: ./app addfeed
  • feeds: ./app feeds
  • follow: ./app follow
  • following: ./app following
  • unfollow: ./app unfollow
  • browse: ./app browse

About

RSS feed accumulator using Golang, SQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages