From 8d72683ebccc9b2fe352533e88f3fbf3b2d0311e Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Wed, 11 Sep 2024 05:16:57 +0200 Subject: [PATCH] Renamed from reddit-post-dump to ripunzel. --- README.md | 4 ++-- config/default.js | 2 +- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5cfedc8..93e5b74 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# reddit-post-dump +# ripunzel A powerful utility to fetch almost all of a reddit user's content. It supports many image and video hosts and has offers extensive filenaming options. ### Features @@ -31,7 +31,7 @@ Most features are optional and can easily be disabled! * Only download non-default profile images (avoid standard avatars) ## Installation -reddit-post-dump requires a arbitrarily recent version of Node.js. Before use, dependencies must be installed as follows: +ripunzel requires a arbitrarily recent version of Node.js. Before use, dependencies must be installed as follows: `npm install` diff --git a/config/default.js b/config/default.js index 31ead8d..bf0cf9f 100644 --- a/config/default.js +++ b/config/default.js @@ -71,7 +71,7 @@ module.exports = { }, reddit: { api: { - userAgent: 'reddit-post-dump', + userAgent: 'ripunzel', clientId: '1234567abcdefg', access_token: 'abcD123eFg45Hi6J7klmnop8qr9', token_type: 'bearer', diff --git a/package.json b/package.json index b415041..dea9d32 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "reddit-post-dump", + "name": "ripunzel", "version": "1.19.3", - "description": "Reddit user post dump tool with versatile saving patterns and fallback searches for deleted users.", + "description": "Web content archiving tool, with versatile filename patterns and extensive options for reddit user profiles.", "main": "app.js", "scripts": { "start": "node src/app.js", @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "https://gitea.unknown.name/niels/reddit-post-dump.git" + "url": "https://gitea.unknown.name/pendulum/ripunzel.git" }, "keywords": [ "reddit",