info
        
      
      Something About Things
      
    
    
  A list of tuples (Title, URL) to appear in the “social” section. TWITTER_USERNAME. Allows for adding a button to articles to encourage others to tweet about them. Add your Twitter username if you want this button to appear.
      
        info
        
      
      Rainbows and Stuff
      
    
    
  # rainbow.py generates rainbow text!
# Tyler Mulligan
import configparser
import argparse
import json
import os
from colour import Color
from math import ceil