Twitter bot: Difference between revisions
Andre Castro (talk | contribs) No edit summary |
Andre Castro (talk | contribs) (→python) |
||
Line 23: | Line 23: | ||
if you dont have pip (python package manager) install it: | if you dont have pip (python package manager) install it: | ||
* (debian/ubuntu) <pre>sudo aptitude install python-pip</pre> | * (debian/ubuntu) <pre>sudo aptitude install python-pip</pre> | ||
* (mac) <pre>brew install python</pre> | * (mac) <pre>brew install python-pip</pre> | ||
'''git clone scripts repository''' | '''git clone scripts repository''' |
Revision as of 15:29, 18 November 2016
twitter bots
- Twitter Bot Encyclopedia http://p-dpa.net/work/twitter-bot-encyclopedia/ PDF
- Art Assignment bot (p.21) What is the tweet structure?
- How Pro-Trump Twitter Bots Spread Fake News
- ProustTweet https://twitter.com/ProustTweet
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-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