Twitter bot: Difference between revisions
Andre Castro (talk | contribs) No edit summary |
Andre Castro (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
==wikipedia bots== | ==wikipedia bots== | ||
https://en.wikipedia.org/wiki/Wikipedia:Bots | |||
=steps= | =steps= |
Revision as of 16:29, 17 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?
- 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
Twitter and Python tutorials
http://naelshiab.com/twitter-meets-python/