NeoCat / ArduinoTweetLib-server

ArduinoTweetLib server for Google AppEngine

Home Page:http://arduino-tweet.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*** 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. Create your own application on GAE at: https://appengine.google.com/

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

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

6. Start app server at localhost to try out.
  $ dev_appserver.py .
  After authentication, it will be redirected to your-app-name.appspot.com and authentication error occurs. You need to rewrite URL to localhost:8080 etc. manually.

7. Deploy the application 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

http://arduino-tweet.appspot.com/


Languages

Language:Python 89.9%Language:HTML 4.2%Language:Processing 2.8%Language:C++ 2.7%Language:CSS 0.4%