Skip to content

Releases: Excustic/Optimeet

Optimeet v1.1.0.0

14 Sep 17:53
Compare
Choose a tag to compare

This release contains new bug fixes and minor updates for the settings menu.
Now you can easily input your API keys in the settings menu.
Optimeet.zip

Full Changelog: https://github.com/Excustic/Optimeet/commits/v1.1

Optimeet v1.0.0.0

31 Jul 20:10
Compare
Choose a tag to compare

Optimeet.zip

How to install:

  1. Download the zip file
  2. Extract the zip to a destinated folder
  3. Open the folder and click on setup.exe - this will open a setup wizard
  4. Finish setup and the app will open and be automatically added to your start menu as well

Please note that the application is not intended for public use and won't run properly without making your own API keys
If you want to use the application properly you will have to follow the instructions below:
Creating the essential API keys and credentials

  1. Sign in or create an account at https://console.cloud.google.com/
  2. Create a new project
  3. Open the project's dashboard and go to the APIs and services section
  4. Enable Maps API service
  5. Return to APIs and services and go to the Credentials section
  6. Create a new OAuth ClientID and a consent screen adding a tester mail, choose Desktop App, input 'Optimeet' in the name form and click Create. When you're done visit the APIs and keys section again and you'll see your OAuth 2.0 Client ID, download it and save it on your local computer.
  7. Create a new account at https://positionstack.com/
  8. Generate an API key for free.
    Storing the credentials on your local computer
    After you've finished creating all of the essential keys and credentials, go to your documents folder and create a new folder named 'Optimeet'. In that folder put your client_secrets.json (make sure that is the name of the file) that you've downloaded previously, and create a new JSON file called 'keys.json'. Open keys.json and input the following:
{
  "ApiKey": "YOUR_POSITIONSTACK_API_HERE",
  "GKey": "YOUR_GOOGLEMAPS_API_HERE"
}

You're all set! If you run into any additional issues don't hesitate to open up a new issue in the repository.

Full Changelog: https://github.com/Excustic/Optimeet/commits/v1.0