From 3a3314e5fd0dbacde65d2008609f8667d4bef063 Mon Sep 17 00:00:00 2001 From: Izwzyzx <184772711+Izwzyzx@users.noreply.github.com> Date: Thu, 6 Feb 2020 17:12:54 -0600 Subject: [PATCH] Add README file --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..734130b --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# ARIADOS Project + +**ARIADOS** was a web scraper script I created to back up the TRsRockin Forum after the host it was on got bought out by an absolutely garbage forum system called Yuku. + +And by "web scraper" I really mean more of a brute-force page downloader. The goal of the project was to grab all the data as quickly as possible and sort it out at a later date. + +Yuku was later bought out by Tapatalk, reconverting the forum to phpBB and relieving most the worry of the hosting service disappearing. + +**SMEARGLE** was a secondary script written to back up all of the images Dan used in his Let's Play threads. It saved images to a filename that was a hash of their url as an anti-duplicate measure. + +## License +Public domain. \ No newline at end of file