Twitter bot: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 2: Line 2:
* ''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?'''
** Art Assignment bot (p.21) '''What is the tweet structure?'''
* [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]
* ProustTweet https://twitter.com/ProustTweet
* ProustTweet https://twitter.com/ProustTweet



Revision as of 12:47, 18 November 2016

twitter bots

wikipedia bots

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

steps

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

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