Twitter bot: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Uncreative Writing - Kenneth Goldsmith=
=twitter bots=
http://htmlgiant.com/wp-content/uploads/2013/02/Uncreative-Writing-Goldsmith-Kenneth-EB2370004184746-e1360045972335.jpg
[[File:twitter_bot_001.jpg|400px]]
* List of Goldsmith works: https://monoskop.org/Kenneth_Goldsmith
* Book: ''Uncreative Writing'' https://monoskop.org/log/?p=10009
* Documentary: ''Sucking on Words'' http://www.ubu.com/film/goldsmith_sucking.html
 
 
<blockquote>faced with an unprecedented amount of available text, the problem is not needing to write more of it; instead, we must learn to negotiate the vast quantity that exists. How I make my way through this thicket of information—how I manage it, how I parse it, how I organize and distribute it—is what distinguishes my writing from yours.</blockquote>
 
<blockquote>Far from this “uncreative” literature being a nihilistic, begrudging acceptance—or even an outright rejection—of a presumed “technological enslavement,” it is a writing imbued with celebration […] The wonderful rhythms of repetition, the spectacle of the mundane reframed as literature, a reorientation to the poetics of time, and fresh perspectives on readerliness</blockquote>
 
'''Goldsmith, Kenneth. 2011. Uncreative Writing: Managing Language in the Digital Age. New York: Columbia University Press.'''
 
Uncreative writing practices also provide a windows to ''the ways in which we write and are written in the current technological context''. Examples of works that explore this aspect:
* James Bridel [http://p-dpa.net/work/iraq-war-wikihistoriography/ The Iraq War: A History of Wikipedia Changelogs]
* Traumawien [http://traumawien.at/prints/american-psycho/ American Psycho] [http://traumawien.at/prints/american-psycho/american_psycho_content.pdf PDF]
* [http://p-dpa.net/printing-wikipedia-a-chronology/ More experimental publishing projects on Wikipedia] (courtesy of P-DPA)
 


=twitter bots=
* ''Twitter Bot Encyclopedia'' http://p-dpa.net/work/twitter-bot-encyclopedia/ [https://ia800509.us.archive.org/4/items/twitter_bot_encyclopedia_with_cover/twitter_bot_encyclopedia_with_cover.pdf PDF]
* ''Twitter Bot Encyclopedia'' http://p-dpa.net/work/twitter-bot-encyclopedia/ [https://ia800509.us.archive.org/4/items/twitter_bot_encyclopedia_with_cover/twitter_bot_encyclopedia_with_cover.pdf PDF]
** Art Assignment bot (p.21) '''What is the tweet structure?'''
* [[In The Company Of Bots]] by Cristina Cochior
* [https://flipboard.com/@flipboard/flip.it%2FBnl_hy-how-pro-trump-twitter-bots-spread-fake-/f-bc3044f989%2Fthedailybeast.com How Pro-Trump Twitter Bots Spread Fake News]
* [https://twitter.com/ProustTweet ProustTweet]
* [https://en.wikipedia.org/wiki/Wikipedia:Bots Wikipedia's bots]
* [ http://leeeeza.com/twitter-bot-encyclopedia.html ''Twitter Bot Encyclopedia''] by Elizaveta Pritychenko. [http://p-dpa.net/work/twitter-bot-encyclopedia/ PDPA link]
* [https://twitter.com/tweet_captain @tweet_captain Captain Tweet]  by Inge Hoonte. [[User:Inge_Hoonte/captain_tweet|Project wiki page]] Follows the Captain's James Cook logs, posting its day to day entries.


* ProustTweet https://twitter.com/ProustTweet


==wikipedia bots==
https://en.wikipedia.org/wiki/Wikipedia:Bots


=steps=
=Write a twitter bot =
== Create twitter app ==
== Create twitter app ==
Create a twitter app using your twitter account https://apps.twitter.com/ and get your
Create a twitter app using your twitter account https://apps.twitter.com/ and get your

Latest revision as of 18:52, 3 February 2019

twitter bots

Twitter bot 001.jpg


Write a twitter bot

Create twitter app

Create a twitter app using your twitter account https://apps.twitter.com/ and get your

  • consumer_key
  • consumer_secret
  • access_token
  • access_token_secret

python

install tweepy Python library

sudo pip install tweepy

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

Twitter and Python tutorials

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