Skip to content

Instantly share code, notes, and snippets.

View rctgamer3's full-sized avatar
💭
I may be slow to respond. Ping me on IRC or Discord if you need me.

rctgamer3

💭
I may be slow to respond. Ping me on IRC or Discord if you need me.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rctgamer3 on github.
  • I am rctgamer3 (https://keybase.io/rctgamer3) on keybase.
  • I have a public key ASCxXtqpC645p-qM-7ES1sDLcOXwAiejt03bCwvhe06k3go

To claim this, I am signing this object:

@rctgamer3
rctgamer3 / imgur_album_sort.py
Last active August 14, 2017 21:18
Stupid imgur removed album sorting by datetime. Idiots.
import os, sys
from imgurpython import ImgurClient
client_id = os.environ['IMGUR_ID']
client_secret = os.environ['IMGUR_SECRET']
if not client_id and client_secret:
print 'Export IMGUR_ID and IMGUR_SECRET before running'
sys.exit()