Giter Club home page Giter Club logo

newshacker's Introduction

NewsHacker

A small bot which regularly checks popular blogs and news feeds for new articles and publishes them on Hacker News.

Build Status

Build history

Usage

docker run -e USER_COOKIE="<your user cookie value>" -e FEED_LIST_URL="<public url to a list of rss feeds>" dustinmoris/newshacker:latest

You must speicify the USER_COOKIE and the FEED_LIST_URL environment variables when launching the container. The USER_COOKIE variable expects the value from the Hacker News user cookie and the FEED_LIST_URL variable expects a URL to a list of RSS feeds (example).

Optional parameters

You can set the MAX_AGE and SLEEP_TIME environment variables to specify the polling interval.

MAX_AGE

This environment variabls specifies the maximum age in seconds of an article which the bot will try to submit to Hacker News. It makes sure that the bot will not try to publish old articles and in connection with SLEEP_TIME it makes sure that the bot will not try to post an article multiple times.

The variable expects a flaoting point value. e.g.: MAX_AGE=180.0

SLEEP_TIME

This environment variable specifies the duration in seconds which the bot will go to sleep before checking for new articles again.

The variable expects a flaoting point value. e.g.: SLEEP_TIME=181.0

newshacker's People

Contributors

dustinmoris avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.