/textfiles-com-scraper

⛏️📄 Script to scrape all files linked on a textfiles.com page

Primary LanguageJava

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.