Templates: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:
= template based works =
= template based works =
[[File:Madlibs02.jpg|right]]
[[File:Madlibs02.jpg|right]]
* [https://en.wikipedia.org/wiki/Mad_Libs Mad Libs] phrasal template word game   
 
* Spam  
[https://en.wikipedia.org/wiki/Mad_Libs Mad Libs] - phrasal template word game   
 
News and reports
* [https://www.wired.com/2015/10/this-news-writing-bot-is-now-free-for-everyone This News-Writing Bot Is Now Free for Everyone] ''Wired''
 
Artybollocks Generator
* https://artybollocks.com/
 
Spam  
** [https://pinknoi.so/2013-Works-NarrativesofDeception.html ''Narratives of Deception''] - [https://wiki.pinknoi.so/images/pdf/Narratives_booklet.pdf PDF booklet]
** [https://pinknoi.so/2013-Works-NarrativesofDeception.html ''Narratives of Deception''] - [https://wiki.pinknoi.so/images/pdf/Narratives_booklet.pdf PDF booklet]
* News and reports
 
** [https://www.wired.com/2015/10/this-news-writing-bot-is-now-free-for-everyone This News-Writing Bot Is Now Free for Everyone] ''Wired''
 
''Words Made Flesh'' Florian Cramer  - Chapter 3: Computation and Fragmentation
* Cut ups
 
Uncreative Writing - Kenneth Goldsmith
 
 
= Markov Chains=
What are Markov Chains
 
==projects using Markov chains==
 
== python install PyMarkovChain ==
'''install [http://www.tweepy.org/ PyMarkovChain] Python library'''
sudo pip install PyMarkovChain
 
if you dont have pip (python package manager) install it:
* (debian/ubuntu) <pre>sudo aptitude install python-pip</pre>
* (mac) <pre>brew install python-pip</pre>
 
'''git clone scripts repository'''  
git clone https://git.pzimediadesign.nl/repos/t4pp_03_twitter.git

Revision as of 16:57, 18 November 2016

template based works

Madlibs02.jpg

Mad Libs - phrasal template word game

News and reports

Artybollocks Generator

Spam


Words Made Flesh Florian Cramer - Chapter 3: Computation and Fragmentation

  • Cut ups

Uncreative Writing - Kenneth Goldsmith


Markov Chains

What are Markov Chains

projects using Markov chains

python install PyMarkovChain

install PyMarkovChain Python library

sudo pip install PyMarkovChain

if you dont have pip (python package manager) install it:

  • (debian/ubuntu)
    sudo aptitude install python-pip
  • (mac)
    brew install python-pip

git clone scripts repository

git clone https://git.pzimediadesign.nl/repos/t4pp_03_twitter.git