I hereby claim:
- I am cgiffard on github.
- I am cgiffard (https://keybase.io/cgiffard) on keybase.
- I have a public key whose fingerprint is 311D 52CE 648C 26B5 B656 757D 5412 7758 1FC4 D791
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
'use strict'; | |
var config = require('./config'), | |
spacebridge = require('./lib/spacebridge'), | |
redisInput = spacebridge.createInputStream('redis', config.input.redis); | |
outputBridge = spacebridge.createOutputBridge(config.output); | |
redisInput.pipe(outputBridge); | |
redisInput |
Post ID, Post Timestamp, Username, Text (including machine posts) | |
"71081328","2017-03-17T10:03:07Z","voguemagazine","Miss Rodeo New Mexico 2016 Shows Vogue The Ropes | American Women — https://app.net/b/rqg5g" | |
"71081327","2017-03-17T08:04:35Z","epicurious","Classic Potato Kugel for Passover | Epicurious — https://app.net/b/rqg56" | |
"71081326","2017-03-17T07:07:15Z","cgiffard","Midnight PST and things are still going?" | |
"71081325","2017-03-17T06:45:35Z","joanna","But not forgotten. :-)" | |
"71081324","2017-03-17T06:43:58Z","joanna","Gone?" | |
"71081323","2017-03-17T06:39:02Z","joanna","Still have this channel. I don't want to close my browser!" | |
"71081322","2017-03-17T06:38:38Z","phoneboy","Yup, looks like the API server has shut down." | |
"71081321","2017-03-17T06:38:18Z","joanna","Global won't refresh on Riposte." | |
"71081320","2017-03-17T06:37:53Z","djscolam","#NowPlaying End Theme - Zero 7 [youtu.be] Requested by: @berg #MondayNightDanceParty #BeExcellentToEachOther. //@adnprinter #adnprinter |
defmodule Bureaucrat.Interfaces.GraphQL.SchemaBuilder do | |
@moduledoc false | |
require Logger | |
def build_schema(owner) do | |
date = DateTime.to_string(DateTime.utc_now) | |
schema_description = | |
"Autogenerated bureaucrat schema. Different every time! " <> date |