A bot that finds ink wash paintings and tweets them out every 6 hours. To see it in action, follow @InkWashArt
git clone https://github.com/vnw1/ink-wash-art.git
The script depends on boto3, requests and twython. Install those using the instructions below:
pip install boto3
pip install requests
pip install twython