A simple program that checks on your plants using the Fyta API.
- Python 3.11 (It might work in other Python versions, but is untested.)
- Fyta API token, which you can generate from the Fyta Developer Dashboard
- Google Account App Credentials
- You can manage the virtual environment using Poetry
- A
fyta.conf
file at the root of the project, in the following format:
[fyta_auth]
token=abc
[email_config]
email[email protected]
password=********
to[email protected]