A python program that posts its source code to twitter when ran, using the python-twitter library
To download, run
To install dependencies, activate your virtual environment and run
pip install -r requirements.txt
To run, create a copy of conf.py.default, renamed to conf.py, and add the consumer key (ck), consumer secret (cs), access token key (atk) and access token secret (ats). The code can then be run by using the command
python twitterquine.py
(though I'm not sure why you'd want to)