Skip to content

Commit

Permalink
added example cfg file and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isanvicente committed May 9, 2016
1 parent 8b64e2d commit c67d655
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,31 @@ MSM provides 3 main funcionalities:
- **twitter**: Twitter Public stream crawling.
- **feed**: Syndication feed crawling (RSS, Atom, ...). Feed types supported by ROME tools (http://rometools.github.io/rome/)
- **influence**: looks for the influence of a given list of sources. Klout index for twitter users and PageRank for websites.
- **twtUser**: asks Twitter for the user profiles of a given list of Twitter users and return their follower and friend information.

Command line examples
==========================

- You can get general help by calling:
````shell
java -jar MSM-1.0.jar -help
````

- **twitter**: Twitter Public stream crawling. Call Example:
````shell
java -jar MSM-1.0.jar twitter -c config.cfg -s stout 2>> MSM-twitter.log
````

- **feed**: Syndication feed crawling (RSS, Atom, ...). Feed types supported by ROME tools (http://rometools.github.io/rome/)
````shell
java -jar MSM-1.0.jar feed -c config.cfg -u http://feeds2.feedburner.com/example
````
- **influence**: looks for the influence of a given list of sources. Klout index for twitter users and PageRank for websites.
````shell
java -jar MSM-1.0.jar influence -c config.cfg -db 2>> MSM-Influence.log
````



GENERATING JAVADOC
Expand Down

0 comments on commit c67d655

Please sign in to comment.