Categorygithub.com/sa7mon/craigsfeed
modulepackage
0.0.0-20220102055957-7171415d3dbc
Repository: https://github.com/sa7mon/craigsfeed.git
Documentation: pkg.go.dev

# README

craigsfeed

RSS feed generator for Craigslist searches

Usage

The HTTP server will listen on port 8000 for requests to /rss

 -interval int
        Minutes to wait between scrapes (default 120)
  -url string
        URL of Craigslist search

Build from source

go build -o craigsfeed main.go
./craigsfeed -url <search URL here> -interval 60

Run via Docker

docker build . -t craigsfeed:latest
docker run -p 8000:8000 --rm craigsfeed -url "https://your-craigslist-search.url" -interval 90

License

MIT

# Packages

No description provided by the author

# Functions

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