This library allows to download all text files linked on a textfiles.com index page.
-
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
. -
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.