Skip to content

epiraces/ArduinoTweetLib-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*** arduino-tweet server for GAE ***
This code is a server for ArduinoTweetLib for Google AppEngine.


*** How to get started

1. Install google-appengine SDK from https://developers.google.com/appengine/downloads

2. Put your Twitter API Consumer key/secret into `twitter_oauth_handler.py'.

3. In Twitter app settings, set `Callback URL' to your site:
    http://your-app-name.appspot.com/oauth/twitter/callback

3. Change your application name in `app.yaml'.

4. Start app server at localhost.
  $ dev_appserver.py .

5. upload to GAE.
  $ appcfg.py update .


*** About twitter_oauth_handler.py

This code is derrived from https://github.com/tav/tweetapp .

About

ArduinoTweetLib server for Google AppEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published