AnimalBot is a Slack Bot that finds Flickr images that match direct messages sent to it.
Installation:
- spin up new EC2 linux instance
- sudo yum install git
- sudo yum install python-pip
- sudo yum install python-virtualenv
- mkdir animalbot
- checkout this repo
- virtualenv animalbot
- source animalbot/bin/activate
- pip install slackclient
- pip install flickrapi
- export SLACK_BOT_TOKEN=''
- export FLICKR_KEY=''
- export FLICKR_SECRET=''
Inspired by https://www.fullstackpython.com/blog/build-first-slack-bot-python.html
Using https://github.com/hzlzh/Domain-Name-List/blob/master/Animal-words.txt for list of animals