smacademic / project-bdf

project-bdf created by GitHub Classroom
2 stars 0 forks source link

Add sample use of translator API #80

Closed calebeda closed 5 years ago

calebeda commented 5 years ago

This PR adds an example use of Microsoft Azure's Translator API. This implementation is based off this quick start guide. The TextifyTranslate.py script was fairly easy to figure out and shouldn't be too difficult to integrate with the current bot. We just would basically just need to supply the desired language and the text to be translated.