Giter Club home page Giter Club logo

gcuio's Introduction

GCUio

The new GCU-Squad! freak

GCUio is meant to expose GCU-Squad! IRC channel publicly, on the web.
It consists of:

  • An IRC bot, whose duty is to dump IRC data to an Elasticsearch database
  • A simple web server written with Flask who responds to JavaScript queries by fetching data in the ElasticSearch database
  • A GUI written with BootStrap and JQuery

Interact with GCUio

Apart from the web interface, which is self explanatory, GCUio can be queried using REST-like URIs, and will reply using JSON:

Obtain latest IRC entries:

$ curl 'gcu.io/g/irc'

Obtain latest posted URL:

$ curl 'gcu.io/g/url'

Search for latest comments made by nickname foo:

$ curl 'gcu.io/s/n/foo'

Search for latest comments by bar with the nsfw tag:

$ curl 'gcu.io/s/n/bar/t/nsfw'

Search for lines containing curl from and to certain dates:

$ curl 'gcu.io/s/l/curl/from/2010-02-23/to/2011-01-01'

The following filters are available:

rqueries = {
    'n': 'nick:',
    't': 'tags:',
    'l': 'line:',
    'u': 'urls:',
    'date': 'date:',
    'from': 'date:>',
    'to': 'date:<'
}

gcuio's People

Contributors

imilnb avatar jaroug avatar ze42 avatar

Watchers

 avatar  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.