Steamini is an Android app to get game recommendations based on your most played games on Steam.
You need to provide your own API keys, you will need a Steam API key and a Gemini API key.
Since API keys are personal and should not be shared, this is the only way for the app to work without a server-side.
You can get a Steam API key here and a Gemini API key here, both are free and very quick to obtain.
In the local.properties
file located on project root (not versioned), like this:
GEMINI_API_KEY=your_gemini_key_here
STEAM_API_KEY=your_steam_key_here
You need the 64 bit Steam ID of a user, put it on the text field and click the button. Steamini will obtain your most played games from Steam and then ask Gemini for recommendations.
Go to a user's profile page on Steam and copy the URL, then go to this site and paste it there, it will show you that user's 64 bit Steam ID.
This application is released under MIT license (see LICENSE).
Some of the used libraries are released under different licenses.