forked from NeoCat/ArduinoTweetLib-server
-
Notifications
You must be signed in to change notification settings - Fork 1
ArduinoTweetLib server for Google AppEngine
interactive-matter/ArduinoTweetLib-server
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- C++ 45.1%
- Java 42.3%
- C 12.6%