Twitter bot
Revision as of 17:52, 3 February 2019 by Andre Castro (talk | contribs)
twitter bots
- Twitter Bot Encyclopedia http://p-dpa.net/work/twitter-bot-encyclopedia/ PDF
- In The Company Of Bots by Cristina Cochior
- ProustTweet
- Wikipedia's bots
- [ http://leeeeza.com/twitter-bot-encyclopedia.html Twitter Bot Encyclopedia] by Elizaveta Pritychenko. PDPA link
- @tweet_captain Captain Tweet by Inge Hoonte. Project wiki page Follows the Captain's James Cook logs, posting its day to day entries.
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