This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# encoding: utf-8 | |
# Downloads the most recent Archillect picture and sets it as a background. | |
# Get WallpaperChanger from: https://github.com/philhansen/WallpaperChanger/releases | |
import tweepy #https://github.com/tweepy/tweepy | |
import urllib.request | |
import sys | |
import subprocess |