Twitter bot: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 6: Line 6:
==wikipedia bots==
==wikipedia bots==
https://en.wikipedia.org/wiki/Wikipedia:Bots
https://en.wikipedia.org/wiki/Wikipedia:Bots
== botnets ==
https://it-was-fun-at-first.net/about


=steps=
=steps=
Line 23: Line 26:
* (mac) <pre>brew install python</pre>
* (mac) <pre>brew install python</pre>


 
git clone  '''TEST CLONING FROM SERVER'''
git.pzimediadesign.nl/repos/t4pp_03_twitter.git


==Twitter and Python tutorials==
==Twitter and Python tutorials==
  http://naelshiab.com/twitter-meets-python/
  http://naelshiab.com/twitter-meets-python/

Revision as of 00:51, 18 November 2016

twitter bots

wikipedia bots

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

botnets

https://it-was-fun-at-first.net/about

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 TEST CLONING FROM SERVER

git.pzimediadesign.nl/repos/t4pp_03_twitter.git

Twitter and Python tutorials

http://naelshiab.com/twitter-meets-python/