Renamed from reddit-post-dump to ripunzel.
This commit is contained in:
parent
5f0f943dea
commit
4ca49db455
|
@ -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.
|
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
|
### Features
|
||||||
|
@ -31,7 +31,7 @@ Most features are optional and can easily be disabled!
|
||||||
* Only download non-default profile images (avoid standard avatars)
|
* Only download non-default profile images (avoid standard avatars)
|
||||||
|
|
||||||
## Installation
|
## 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`
|
`npm install`
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
reddit: {
|
reddit: {
|
||||||
api: {
|
api: {
|
||||||
userAgent: 'reddit-post-dump',
|
userAgent: 'ripunzel',
|
||||||
clientId: '1234567abcdefg',
|
clientId: '1234567abcdefg',
|
||||||
access_token: 'abcD123eFg45Hi6J7klmnop8qr9',
|
access_token: 'abcD123eFg45Hi6J7klmnop8qr9',
|
||||||
token_type: 'bearer',
|
token_type: 'bearer',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "reddit-post-dump",
|
"name": "ripunzel",
|
||||||
"version": "1.19.3",
|
"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",
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node src/app.js",
|
"start": "node src/app.js",
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.unknown.name/niels/reddit-post-dump.git"
|
"url": "https://gitea.unknown.name/pendulum/ripunzel.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"reddit",
|
"reddit",
|
||||||
|
|
Loading…
Reference in New Issue