Skip to content

interactive-matter/ArduinoTweetLib-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 gem.
  # sudo gem install google-appengine

2. Put your Twitter API Consumer key/secret into `arduino-tweet.rb'.

3. Start app server at localhost.
  $ dev_appserver.rb .
  At the first time, gems needed are automatically installed into `.gem' directory.

4. upload to GAE.
  $ appcfg.rb update .


*** About simple-oauth.rb

The original code is from http://d.hatena.ne.jp/shibason/20090809/1249764381 .

*added
-request_token
--get pin code address
-access_token
--get access token

About

ArduinoTweetLib server for Google AppEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 45.1%
  • Java 42.3%
  • C 12.6%