Difference between revisions of "Bots"

From Wikicliki
Jump to: navigation, search
Line 26: Line 26:
  
 
Set a challenge for myself to design a computational poetry class.
 
Set a challenge for myself to design a computational poetry class.
 +
 +
== Extract Data ==
 +
 +
=== Hangouts ===
  
 
* Google Takeout - allows you to download all your data
 
* Google Takeout - allows you to download all your data
Line 33: Line 37:
  
 
[[File:takeout1.png|500px]] [[File:takeout2.png|500px]]
 
[[File:takeout1.png|500px]] [[File:takeout2.png|500px]]
 +
 +
* takes 5-10 min to generate - email link will appear for download
 +
* you will need to relogin to download
 +
* if involving a huge dataset - try using tbz file format while creating archive and use safari browser and ntfs file system to store your takeout files which are more than 2 gb in size
 +
 +
 +
=== FB ===
 +
 +
* https://developers.facebook.com/ go to graph api
 +
* http://nocodewebscraping.com/how-to-extract-data-from-facebook-page-competitor-analysis/
 +
* [https://www.youtube.com/watch?v=WteK95AppF4&feature=youtu.be Getting Started with the Graph API]
 +
* Only friends who have allowed the Graph API explorer to use their info are displayed here.
 +
 +
[[File:graphapi_1.png|800px]]
 +
[[File:graphapi_2.png|800px]]
 +
[[File:graphapi_3.png|800px]]

Revision as of 06:01, 16 October 2016

William Carlos Williams - On poems as machines made out of words

To make two bold statements: There's nothing sentimental about a machine, and: A poem is a small (or large) machine made out of words. When I say there's nothing sentimental about a poem, I mean that there can be no part that is redundant. Prose may carry a load of ill-defined matter like a ship. But poetry is a machine which drives it, pruned to a perfect economy. As in all machines, its movement is intrinsic, undulant, a physical more than a literary character.

From: Williams's introduction to The Wedge, in Selected Essays of William Carlos Williams (NY: New Directions, 1969), p. 256.

This is just to say

I have eaten the plums that were in the icebox

and which you were probably saving For breakfast

Forgive me they were delicious so sweet and so cold


Notes

Set a challenge for myself to design a computational poetry class.

Extract Data

Hangouts

  • Google Takeout - allows you to download all your data

Takeout1.png Takeout2.png

  • takes 5-10 min to generate - email link will appear for download
  • you will need to relogin to download
  • if involving a huge dataset - try using tbz file format while creating archive and use safari browser and ntfs file system to store your takeout files which are more than 2 gb in size


FB

Graphapi 1.png Graphapi 2.png Graphapi 3.png