Skip to content

entranceplus/craw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

link-crawler

To see javadocs clone the repo

  1. git clone https://github.com/entranceplus/craw.git
  2. mkdir javadoc
  3. cd src/main/java
  4. Run javadoc -d ./javadoc com.entranceplus.craw
  5. open the file javadoc/index.html in any browser

Usage:

Reddit reddit = new Reddit()
reddit.getLinksFromReddit("soccer").getLinks() //Returns the links list
reddit.getLinksFromReddit("soccer").getsubreddit() //Returns the subreddit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages