Skip to content

madhav165/skyscrapercityhyd

Repository files navigation

This displays the last page of the Hyderabad Metro thread on www.skyscrapercity.com in the terminal.

On UNIX:

  1. Go to the folder
  2. Compile with javac -cp .:jsoup-1.9.2.jar SkyscrapercityRead.java RWTextFile.java
  3. Run with java -cp .:$PATH_TO_FOLDER/jsoup-1.9.2.jar:$PATH_TO_FOLDER SkyscrapercityRead

On Windows:

  1. Go to the folder
  2. Compile with javac -cp .;jsoup-1.9.2.jar SkyscrapercityRead.java RWTextFile.java
  3. Run with java -cp .;$PATH_TO_FOLDER/jsoup-1.9.2.jar;$PATH_TO_FOLDER SkyscrapercityRead

16-06-2016 Madhav Kandukuri

About

Displays last page of Hyderabad Metro thread on skyscrapercity.com in terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages