This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================================== SAMPLE 1 ======================================== | |
タイトル: ポリラクタ奇譚 | |
キーワード: パンデミック ポリラクタ ポリアモリー 装置 | |
あらすじ: ポリアモリーを愛してやまないで、わたしが手に入れたポリアモリーを歯に漬けて、駅の誰も見たことのない場所で、小説にしようと思って、その「ポリアモリー」をわたしは飲み干して食べた。家で楽しく小説家を目指したわたしが、新しく買った便利な便利な装置をひっさげて飲み干してゆく、眺めていた人妻。わたしは飲んでいるだけののに、そこで家を飛び出そうとしていた。 | |
-------------------------------------------------------------------------------- | |
タイトル: ごめんなさい。私は愛してる | |
キーワード: R15 残酷な描写あり 異世界転生 異類婚姻譚 身分差 年の差 人外×少女 不器用 | |
あらすじ: 今にまで続く恋愛、いつか離婚か離婚か...考えて欲しいのです。私の生きる世界はここであり、死後の世界はいかがだろうか? | |
貴方の生きる世界はどちらでしょう? |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
しまりえ 島りえ 人名 | |
うえだひよこ 植田日和子 人名 | |
たかのひさえ 高野久恵 人名 | |
たかひさちえり 高久ちえり 人名 | |
まつざきようこ 松崎洋子 人名 | |
あしだせいこ 芦田聖子 人名 | |
いむらたく 井村たく 人名 | |
かとうみき 加藤樹 人名 | |
きたやまたいる 北山タイル 人名 | |
さかさきあやこ 坂崎彩子 人名 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix schema: <http://schema.org/> . | |
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<http://d.pmmm.jp/instance/gxToNgNSFg> a schema:Book ; | |
schema:creator <http://d.pmmm.jp/person/bfo8gMjB8U> ; | |
schema:datePublished "2016-08-12"^^xsd:date ; | |
rdfs:label "Sachikano"@en, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# encoding: utf-8 | |
import datetime | |
import pytz | |
import re | |
import requests | |
import tweepy | |
# Twitter Consumer Key & Access Token |