https://github.com/garfield1002/redditpic
Sets images fetched on reddit as lockscreen.
https://github.com/garfield1002/redditpic
lockscreen lockscreen-background reddit
Last synced: 8 months ago
JSON representation
Sets images fetched on reddit as lockscreen.
- Host: GitHub
- URL: https://github.com/garfield1002/redditpic
- Owner: Garfield1002
- License: mit
- Created: 2020-06-16T13:34:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T14:47:26.000Z (over 5 years ago)
- Last Synced: 2025-03-05T01:27:33.754Z (about 1 year ago)
- Topics: lockscreen, lockscreen-background, reddit
- Language: PowerShell
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reddit Lockscreen



Sets images fetched on reddit as lockscreen.
## Description
This script will automatically download a new lockscreen from reddit every time you log in.
It will require **admin rights** in order to work.
Remember, these images are pulled directly from reddit, so if you like your lockcreen **upvote the post** and give credit where it is due.
(You can find the link to the post in the [logfile](####`-showlog`).
This script was inspired by stibinator's [The Great Dismal](https://github.com/stibinator/GreatDismal).
## Table of content
* [Requirements](#Requirements)
* [Install](#Install)
* [Usage](#Usage)
* [Uninstall](#Uninstall)
## Requirements
* Powershell 5+
* Admin rights
Works for Windows 10 (build 1703 or later)
## Install
### Quick Version
1. Clone the repo or download archive from [releases](https://github.com/Garfield1002/redditPic/releases)
2. Execute in an elevated instance of `Windows PowerShell`: `Set-ExecutionPolicy Unrestricted`
3. Execute in an elevated instance of `Windows PowerShell`:
```powershell
powershell -ExecutionPolicy Bypass -File .\installer.ps1
```
Then follow instructions.
### Detailed Installation Guide
If you have never used `PowerShell`, this is for you.
First Clone the repo or download archive from [releases](https://github.com/Garfield1002/redditPic/releases).
In the `Search Bar`, type in `PowerShell` and click on `Run As Administrator`.
Once in `PowerShell`, run `Set-Location "C:\Users\ ...\Downloads\reddit pics\"` (the path to your download)
Now run `powershell -ExecutionPolicy Bypass -File .\installer.ps1`
From there on, simply follow instructions.
## Usage
You can run the utility at any given time to try and find a new background.
In `Windows PowerShell`:
```powershell
RedditLockscreen [-help] [-install] [-showpic] [-showlog] [-config] [-uninstall] [[-subreddit] [-sort] [-nsfw]]
```
In `Command Prompt`:
```bat
powershell RedditLockscreen [-help] [-install] [-showpic] [-showlog] [-config] [-list] [-add] [-remove] [-uninstall] [[-subreddit] [-sort] [-nsfw]]
```
Naturally, both need admin rights.
Use `RedditLockscreen -help` for help or visit the [wiki](https://github.com/Garfield1002/redditPic/wiki/RedditLockscreen) for more details.
## Uninstall
Run `RedditLockscreen -uninstall`
You will be asked to manually delete the module folder.