Yet another photo finder bot.
$ npm install
you need to create a folder ("config"), and add the api.key, and cse.cx files into that. if you don't have them, create a new one:
for more information see this stack overflow
then execute it:
$ npm start
- windows: you can test the bot by Bot Framework Emulator
- others: just send a POST request to the server (there is a sample request)
It's using MS bot framework, to get text from client (as a query string), and find the 1st relative photo, via Google Custom Search Engine.