Twython returned a 400 (Bad Request) when tweeting an image – Twitter-api
I'm writing a small script in python running in Raspbian to tweet a speedtest result and i'm trying to attach the image, this is the code: import sys, urllib, cStringIO from PIL import Image from twython import Twython ... file…