Metadata-Version: 1.1
Name: imgurt
Version: 1.2.post8
Summary: uses math to select wallpapers from Reddit
Home-page: https://github.com/evidlo/imgurt
Author: Evan Widloski
Author-email: evan@evanw.org
License: MIT
Description: Imgurt - Imgur Wallpaper Downloader and Ranker
        ==============================================
        
        Imgurt is a wallpaper downloader which scores wallpapers and selects the best based on resolution, aspect ratio, and number of views.  It remembers which wallpapers were selected previously so you  never see the same image twice.
        
        Install the systemd units to run the script every two hours.
        
        Usage
        -----
        
        .. code:: bash
        
           python3 imgurt.py
        
        Installation
        ------------
        
        1. Install dependencies
        
           .. code:: bash
        
              pip3 install requests
          
           Also install ``feh`` using your distribution's package manager.
          
        2. Install systemd user unit (optional)
        
           * edit `systemd/imgurt.service` to point to `imgurt.py`
        
           * copy unit files
        
           .. code:: bash
        
              # copy service files
              cp -u systemd/* ~/.config/systemd/user/
        
              # enable and start systemd timer
              systemctl --user enable imgurt.timer
              systemctl --user start imgurt.timer
        
              # the service can be triggered manually as well
              systemctl --user start imgurt
          
        
          
          
        
Keywords: imgur reddit wallpaper changer
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
