Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 524 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 524 Bytes

TextFileComScraper

This library allows to download all text files linked on a textfiles.com index page.

How to use

  1. In order to use this library, you need to install Maven. After installing Maven, you need it to download the dependencies specified in pom.xml.

  2. Run the main method of the TextFilesDownloader class with the URL to scrape files from, e.g. http://textfiles.com/humor/JOKES/. All files linked on this page will be downloaded.