How to install twitter code to Raspberry Pi

From ESE205 Wiki
Revision as of 21:35, 2 May 2017 by Mpichardo (talk | contribs)
Jump to navigation Jump to search
  1. Create a Twitter account
  2. Go to apps.twitter.com/ and click create new app button
  3. Complete application details form (Enter name, description, and publicly accessible website)
  4. Modify your app permissions from read only to read and write
  5. Click the "keys" and "access tokens" tab
  6. Create an "access token"
  7. Refresh page and copy each of your "access tokens" (Consumer Key, Consumer Secret, Access Token, Access Token Secret)
  8. Make sure your date and time are correct using the raspberry Pi configuration tool
  9. Open Terminal and Download Twython typing the below
  10. sudo apt-get install Twython
  11. Click upgrade
  12. Connect to Twitter API using the keys
How it looks.
  1. blah blah