All Projects → tsarjak → DownloadRedditImages

tsarjak / DownloadRedditImages

Licence: MIT license
Easily download all the images from any subreddit (also select sort_type if you want hot/top/new/controversial, and also sort_time day/week/month/year/all). Randomly select downloaded images and set as wallpaper, updating every 30 mins (or whenever you want duh)!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DownloadRedditImages

daily-wallpaper
Change wallpaper automatically with the Photo of The Day of your loved source
Stars: ✭ 70 (+6.06%)
Mutual labels:  wallpaper, gnome, wallpaper-changer
set-top-reddit-wallpaper
PowerShell script to set the wallpaper as the top post of the day/week/month from /r/wallpapers and /r/wallpaper or any other subreddits.
Stars: ✭ 17 (-74.24%)
Mutual labels:  wallpaper, reddit, wallpaper-changer
Daily Reddit Wallpaper
Change your wallpaper to the most upvoted image of the day from /r/wallpapers or any other subreddit on system startup
Stars: ✭ 297 (+350%)
Mutual labels:  wallpaper, reddit
Lively
Stars: ✭ 5,721 (+8568.18%)
Mutual labels:  wallpaper, wallpaper-changer
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (+119.7%)
Mutual labels:  wallpaper, gnome
freshpaper
This utility automatically sets the wallpaper of the day from various sources as your Desktop wallpaper.
Stars: ✭ 35 (-46.97%)
Mutual labels:  wallpaper, wallpaper-changer
wallpaper-api
An api which can use different sites to scrape images and serve them through API
Stars: ✭ 18 (-72.73%)
Mutual labels:  wallpaper, wallpaper-changer
Hydrapaper
A Gtk utility to set two different backgrounds for each monitor on GNOME (which lacks this feature)
Stars: ✭ 134 (+103.03%)
Mutual labels:  wallpaper, gnome
Minimalistic-Wallpaper-Collection
Minimalistic, flat art, and colorful, digital nature wallpapers and an API for randomly selecting them
Stars: ✭ 65 (-1.52%)
Mutual labels:  wallpaper, wallpaper-changer
vitrina-legacy
A companion app for Muzei that fetches images from Reddit
Stars: ✭ 23 (-65.15%)
Mutual labels:  wallpaper, reddit
Boston-Icons
Boston is an exclusive icon theme inspired by functionalist design and a touch of early computer icons. The project is focused on elemental properties, basic shapes, a reduced color palette and visual hierarchy.
Stars: ✭ 106 (+60.61%)
Mutual labels:  gnome, linux-desktop
iris
An easy-to-use, customizable, cross-platform, and open-source wallpaper manager.
Stars: ✭ 13 (-80.3%)
Mutual labels:  wallpaper, wallpaper-changer
lswc
Change your wallpaper on Gnome, Mint or Mate.. lets say gnome2 or gnome3
Stars: ✭ 19 (-71.21%)
Mutual labels:  wallpaper, wallpaper-changer
LiveWallpaper
A tiny win10 (dynamic) wallpaper changer | 巨应壁纸 | 动态壁纸 | Free wallpaper engine
Stars: ✭ 396 (+500%)
Mutual labels:  wallpaper, wallpaper-changer
vsco-scraper
Easily allows for scraping a VSCO
Stars: ✭ 106 (+60.61%)
Mutual labels:  downloader, download-photos
Redpaper
A tool to download and set desktop wallpapers from Reddit
Stars: ✭ 64 (-3.03%)
Mutual labels:  wallpaper, reddit
Linux Dynamic Wallpapers
Dynamic Wallpapers for Linux
Stars: ✭ 305 (+362.12%)
Mutual labels:  wallpaper, gnome
wallpaper-learn
Learn languages, facts, schoolwork, and more from your wallpaper by setting a cycling background with computer-generated images.
Stars: ✭ 22 (-66.67%)
Mutual labels:  wallpaper, wallpaper-changer
KustomPyper
Get amazing wallpapers from reddit, unsplash, bing and wallhaven for your Desktop
Stars: ✭ 24 (-63.64%)
Mutual labels:  reddit, wallpaper-changer
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+96.97%)
Mutual labels:  downloader, reddit

Download Images and Set Wallpapers from your choice of Subreddit!

Using this script:

  • No Setup Needed!
  • Download any number of images from Any Subreddit!
  • Select your sort type (Top, Hot, New, Controversial)
  • Select your sort time (All, Year, Month, Week, Day)
  • Extremely Reliable Downloading.
  • Automatically set and switch Wallpaper from the downloaded images
  • Store the links to all the downloaded images (in case you want to access later?)
  • Works on Python 2.x and Python 3.x both!
  • Specify your custom save location!

Grab the latest release here! Or download it using the next step!

DownloadRedditImages v2.0.0 - https://github.com/tsarjak/WallpapersFromReddit/releases/tag/v2.0.0

No Dependencies! Just Download and Run!

Just download the files and run the file - no need to setup anything at all!

To download via Terminal:

git clone https://github.com/tsarjak/WallpapersFromReddit.git

To run the code

In terminal:

# In the Home Directory or the Directory in which you cloned/downloaded the script
cd ~/DownloadRedditImages
python main.py 
  --subreddit <your choice of subreddit> 
  --sort_type <hot|new|rising|top> 
  --sort_time <all|year|month|week|day>
  --save_dir <Directory where you want to store the images. By default it saves in wallpapers folder>
  --update_every <Number of minutes after which you want to change the wallpapers>
  --run_for <Total number of hours you want to run the script for>
  --download_only <Toggle this to either only download the images, or to also keep cycling throught the wallpapers>

Example:

python wallpaper.py --subreddit earthporn -sort_type top --sort_time all --download_only

After First run, you might want to run the app in background (This is possible even on first run!)

nohup python main.py &

nohup command is used to keep the script running in background, even when the terminal is closed

Add the script to run it as startup application

Goto "Startup Applications" Click "Add" -> Click "Custom Command" -> Enter command as "nohup python ~/main.py &", enter name and other details and save

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].