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.
 | 
			
		||||
 | 
			
		||||
### 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`
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -71,7 +71,7 @@ module.exports = {
 | 
			
		|||
    },
 | 
			
		||||
    reddit: {
 | 
			
		||||
        api: {
 | 
			
		||||
            userAgent: 'reddit-post-dump',
 | 
			
		||||
            userAgent: 'ripunzel',
 | 
			
		||||
            clientId: '1234567abcdefg',
 | 
			
		||||
            access_token: 'abcD123eFg45Hi6J7klmnop8qr9',
 | 
			
		||||
            token_type: 'bearer',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue