By Michael Sarfati ([email protected]), 2015
mkvirtualenv -p `which python3` -a . instacommander
make install
Default prototype will show the feed for user @instagram
make prototype
Or you can provide a value for the username
parameter. In this example, we grab @marilynmanson's feed.
make prototype username=marilynmanson
- Use of modular, clean and maintainable design pattern, and standardization of InstaCommander widgets and user conventions
- Graceful decay support - InstaCommander should be able to gracefully decay its color and unicode support in terminals with less and less color range, without losing user functionality
- python-instagram - Tumblr API wrapper compatible for Python 3
- urwid - Console interface toolkit
- Pillow - Python imaging library, to render images into ASCII/ANSI art
- libcaca - Another imaging library