This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
The purpose of this code is to show how to work with plant.id API. | |
You'll find API documentation at https://plantid.docs.apiary.io and https://plant.id/api | |
""" | |
import base64 | |
import requests | |
from time import sleep | |
secret_access_key = '-- ask for one at [email protected] --' |