Skip to content

Instantly share code, notes, and snippets.

View illixion's full-sized avatar
:shipit:

Ixion illixion

:shipit:
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