Git Product home page Git Product 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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gcuio's Issues

RSS URL b0rked

Dans le flux RSS :

    <feed xmlns="http://www.w3.org/2005/Atom">
      <title type="text">Les liens (pas forcement) SFW de GCU-Squad!</title>
      <id>http://gcuio:8000/atomfeed</id>
      <updated>2015-08-25T07:58:48Z</updated>
      <link href="http://gcuio:8000/" />
      <link href="http://gcuio:8000/atomfeed" rel="self" />

gcuio:8000 forcément ça pas marche. En même temps, #gcu via RSS c'est pas très convi, who cares?

Documentation: Délation

Ponchour Messieurs,

Dans la documentation en ligne de votre produit, vous sous-entendez
que mon client, monsieur rabbit - demeurant banc numero 5, rue
martre, 92110 Clichy - renvoie un sous ensemble non nul de résultats
si on associe son nom avec le tag NSFW.

Je pourrais évidemment ignorer complètement votre attitude, mais je n'en
ferais rien. Les bornes sont dépassées, et je vous saurais gré de cesser
de colporter des propos calomnieux à mon égard.

A défaut de modification de votre comportement, je me verrais contrains
de faire appel à la justice.

Recevez, Monsieur, l'expression de mes sentiments distingués.

Maitre Verge.

Maitre Verge.

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.