UGT icon indicating copy to clipboard operation
UGT copied to clipboard

Installation troubles?

Open JohnnyBushido opened this issue 3 years ago • 3 comments

Sorry about this but I'm not sure how to properly install the program and set it up using the config file. Is there anyone who could possibly show me how it should look and where to place my sensitive information and codes in the config?

I'd be extremely grateful, thank you!

JohnnyBushido avatar Sep 14 '22 04:09 JohnnyBushido

Hey, you made it over here. :)

Ok, step one is locate config_template.txt. (it's in the same folder as ugt.exe)

Rename to config.txt.

Open it with a text editor - the directions are in the file (they will explain how to get the google api key if you need it), but really the minimum you need to set is change:

google_api_key|yourownkeygoeshere

to:

google_api_key|AIzaSyAvhMEcxpKSBD25ze06p5AlU_IuYtZ2b_g

(I used garbage, but that's what a key looks like)

Save the file and run UGT.EXE and it should be fully functional. Don't worry about enabling Deepl stuff until it's working fine as is.

SethRobinson avatar Sep 14 '22 12:09 SethRobinson

I think I got it going. Is there something I need to disable to prevent google from auto charging me in the future after I pass the mark on free usage, however?

JohnnyBushido avatar Sep 15 '22 01:09 JohnnyBushido

There is a way to set usage quotas directly ( https://console.cloud.google.com/iam-admin/quotas ) but I find that page too confusing and don't use it.

What I do is set an alert if I go over a certain amount spent.

To set that up, go to your Google Cloud console's : budget and alerts

image

Click Create a budget. Set a name then click Next. You can now fill in the amount, like $1 or whatever.

image

Click Next again, then Finish. By default, you'll get emails when you reach half your budget, 90% of it, and finally pass it.

SethRobinson avatar Sep 15 '22 23:09 SethRobinson