Giter VIP home page Giter VIP logo

tweetstream's Introduction

A mobile web enabled RichFaces 4.0 application supporting features 
like device detection, CSS3 transitions, orientation support, and more. 

----------------------
TweetStream Setup
-----------------------

- This application was made for JBoss AS 6 final.

- Configure twitter4j for API access
  - See instructions below

- Build using standard maven commands: mvn package

- Deploy to JBoss AS 6 and start the server
  - Copy /tweetstream/target/tweetstream.war to 
     $JBOSS_HOME/server/default/deploy
  - Remember to start with the "./run.sh -b 0.0.0.0" 
     for access from other devices

- Access the application at http://localhost:8080/tweetstream
  - Or from other devices at http://your.ip:8080/tweetstream
    - May require firewall updated, etc..
     
----------------
Twitter4j Config
----------------
Everything is setup and configured for twitter4j except the API 
credentials.  We can not provide public credentials for accessing 
twitter API's via twitter4j.  This mean you will need to get and 
create your own credentials following the twitter4j and twitter 
instructions.

This is really not too hard, but does require some effort.  Because 
these steps change from time to time you should see 
http://twitter4j.org/en/configuration.html and 
https://dev.twitter.com/pages/auth for the details.

Once you have access to the values here: 

oauth.consumerKey=**************************
oauth.consumerSecret=**************************
oauth.accessToken=**************************
oauth.accessTokenSecret=**************************

Update tweetstream/src/main/resources/twitter4j.properties with these 
values.  From there you should be able to build and run the application.

tweetstream's People

Contributors

burrsutter avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.