Giter Club home page Giter Club logo

phergie-irc-plugin-react-feedticker's Introduction

phergie-irc-plugin-react-feedticker's People

Contributors

elazar avatar matthewtrask avatar renegade334 avatar svpernova09 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

phergie-irc-plugin-react-feedticker's Issues

Add PHP 7.1 to travis

We need to add 7.1 to both the test suite and allow_failures of travis to let it start testing against the 7.1 release.

bot not announcing new things on some feeds

config

    new \Phergie\Irc\Plugin\React\FeedTicker\Plugin([

      // required: list of feed URLs to poll for content
      'urls' => [
          'https://groups.google.com/forum/feed/elm-discuss/msgs/atom.xml?num=50',
          'https://github.com/elm-lang/core/commits/master.atom',
          'https://github.com/symfony/symfony/commits/master.atom'
      ],

      // required: lists of channels or users to receive syndicated feed items
      //           keyed by associated connection mask
      'targets' => [
        '[email protected]' => [
          '#elm-bot'
        ]
      ],
      'interval' => 300,

      // optional: object implementing \Phergie\Irc\Plugin\React\FeedTicker\FormatterInterface
      //           used to format data from feed items prior to their syndication
      'formatter' => new Phergie\Irc\Plugin\React\FeedTicker\DefaultFormatter(
          '%title% [ %link% ] by %authorname% at %datemodified%',
          'Y-m-d H:i:s'
      ),
    ])

only the first feed works, this is me in the same channel with the bot:

[09:39:23] <ulmus> Re: ann: elm-light 0.1.0 - Elm plugin for Light Table [ https://groups.google.com/d/topic/elm-discuss/tpu2MSjIVq0 ] by Michael Bylstra at 2015-11-28 08:34:18
[16:03:55] <ulmus> Performance issue using cropped image function in Chrome and Safari. [ https://groups.google.com/d/topic/elm-discuss/Nn6M1EptV38 ] by Henry at 2015-11-28 14:57:41
[16:54:05] <ulmus> Suitability of Elm for making small application components [ https://groups.google.com/d/topic/elm-discuss/OxWiN7GDWtI ] by TehShrike at 2015-11-28 15:53:16
[21:01:47] <ulmus> Can't go "multiline" in REPL [ https://groups.google.com/d/topic/elm-discuss/3cnlBWW98ow ] by Aft nix at 2015-11-28 19:59:01
[21:31:54] <ulmus> Elm css input-placeholder [ https://groups.google.com/d/topic/elm-discuss/ak3pepq6RF4 ] by trotha01 at 2015-11-28 20:27:43
[21:36:56] <ulmus> eml repl in Atom [ https://groups.google.com/d/topic/elm-discuss/RVuwIpxAOUI ] by aesthetics data at 2015-11-28 20:33:18
[21:36:56] <ulmus> Re: [elm-discuss] update brew cask install elm-platform to 0.16 [ https://groups.google.com/d/topic/elm-discuss/KwO4R2zfsWs ] by Chet Corcos at 2015-11-28 20:32:54
[22:12:03] <ulmus> Signal.foldp drops initial signal [ https://groups.google.com/d/topic/elm-discuss/rsCgT_eR9UU ] by Kurt Harriger at 2015-11-28 21:07:37
[23:47:24] <ulmus> Accidentally recursive record update gives surprising result [ https://groups.google.com/d/topic/elm-discuss/74lmnUoK7jg ] by Jim Farrand at 2015-11-28 22:46:08
[08:24:18] <ulmus> elm-repl: property 'programStart' of undefined [ https://groups.google.com/d/topic/elm-discuss/Fm3Uw0dIZBw ] by Magnus Therning at 2015-11-29 07:20:29
[09:08:31] * Disconnected (No such device or address)
[09:09:01] * Now talking on #elm-bot
[09:19:29] <ulmus> Re: [elm-discuss] Client-Side Routing Problem: Thoughts? [ https://groups.google.com/d/topic/elm-discuss/WLGZ0a3hOao ] by Emilien Taque at 2015-11-29 08:16:09

this is the log file of the bot of a part where it detected a new item on one of the other feeds

http://pastebin.com/ucjW5DL1

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.