Skip to content

Instantly share code, notes, and snippets.

View illixion's full-sized avatar

Ixion illixion

View GitHub Profile
@illixion
illixion / wallchillect.py
Last active July 5, 2019 11:53 — forked from freimanas/tweet_image_dumper.py
Downloads the most recent Archillect picture and sets it as a wallpaper. Get WallpaperChanger for Windows from: https://github.com/philhansen/WallpaperChanger/releases
#!/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