Skip to content

sejoharp/hpfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This app grabs new posts in hamburg privateers forum from http://www.kickern-hamburg.de/phpBB2/ and provides them as an rss 2.0 feed.

The way it works

  • logs in to the forum
  • grabs the forum overview from hamburg privateers forum
  • logs out from the forum
  • persists all new postings
  • provides an rss 2.0 feed with all postings

Setup

prepare db

  • install Mongodb/couchdb and create a db

complie service

  • clone this repo
  • call "go get" to download all dependencies
  • go build

config service

  • customise hpfeed.conf and copy it to the destination folder

deployment

choose one method

deployment via hpfeed.sh script

  • customise scripts/hpfeed.sh and copy the hpfeed.sh to the start/stop folder
  • customise scripts/deploy.sh and execute it.

deployment via daemontools

  • setup a new service with a run cmd like this: ./hpfeed -config=/PATH/TO/CONFIG/hpfeed.conf 2>&1
  • customise scripts/deploy_daemontools.sh and execute it.

Dependencies

My setup

  • A raspberry pi with raspbian linux
  • couchdb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published