How to install twitter code to Raspberry Pi
Jump to navigation
Jump to search
- Create a Twitter account
- Go to apps.twitter.com/ and click create new app button
- Complete application details form (Enter name, description, and publicly accessible website)
- Modify your app permissions from read only to read and write
- Click the "keys" and "access tokens" tab
- Create an "access token"
- Refresh page and copy each of your "access tokens" (Consumer Key, Consumer Secret, Access Token, Access Token Secret)
- Make sure your date and time are correct using the raspberry Pi configuration tool
- Open Terminal and Download Twython typing the below
- sudo apt-get install Twython
- Click upgrade
- Connect to Twitter API using the keys
- blah blah