mobilecoinofficial / forest

Enables a Forest of MobileCoin enabled SignalBots. Beta software, APIs may change!
MIT License
19 stars 12 forks source link

Faeries/ask address question #164

Closed transfaeries closed 2 years ago

transfaeries commented 2 years ago

Added the ask address question function to core, and 2 test commands to tests/testbots/test_questions_bot.py

ask_address_question, uses ask_freeform_question to ask the user for their address and then queries the google maps api to see if it's a valid address.

Can ask users to confirm their address, which shows them how google understood that address and displays a maps link

if all succeeds, returns the formatted address as a string, otherwise, returns None