Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meinside/android-tasker-gemini-plugin
Tasker Plugin for generating text with Gemini API
https://github.com/meinside/android-tasker-gemini-plugin
android gemini-api tasker-plugin
Last synced: about 1 month ago
JSON representation
Tasker Plugin for generating text with Gemini API
- Host: GitHub
- URL: https://github.com/meinside/android-tasker-gemini-plugin
- Owner: meinside
- Created: 2024-03-06T04:47:10.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-06T08:55:00.000Z (10 months ago)
- Last Synced: 2024-03-07T07:24:23.684Z (10 months ago)
- Topics: android, gemini-api, tasker-plugin
- Language: Kotlin
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasker Gemini Plugin
A [Tasker](https://tasker.joaoapps.com/) plugin for generating text from [Google Gemini](https://ai.google.dev/tutorials/android_quickstart) API,
built with [Tasker Plugins Library](https://tasker.joaoapps.com/pluginslibrary.html).
## Installation
Build and install on your own, or install from [Google Play Store](https://play.google.com/store/apps/details?id=dev.meinside.taskergeminiplugin)
## Configuration
Firstly, get your Google AI API key from [here](https://makersuite.google.com/app/apikey).
Then
### For text generation with prompt text
In Tasker,
* Add an action > select action: `Gemini Text Generation`
* Configuration > put your API key and prompt
* prompt can include [Tasker variables](https://tasker.joaoapps.com/userguide/en/variables.html)
### For text generation with prompt text and images
TODO
## Usage
When the configured action is triggered successfully,
the generated text will be saved as a Tasker variable named `%gemini_text`.
This resulting variable can be referenced in following actions or other tasks.
(eg. sending it as an email, showing it as an Android notification, or etc.)
## Todos / Improvements
- [X] Add screenshots for guiding configuration
- [X] Support other Gemini models
- [ ] Add some more useful usages
- [ ] Add tests
- [ ] Add an action which generates text from prompt and images## License
MIT