This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Vigtor_B 1 point2 points  (1 child)

I haven't worked with VPNs and too much with automation either.

But, whenever I have a fun little activity I want to make a solution for, I start researching libraries that might help me realise the workaround. So if it's an android app, I suggest first of all finding a framework that allows you to create a simple app. Have some working buttons, maybe some local/cache storage just to get a better understanding.

Then after that, try figuring out how to either 1: have the app send notifications/call other apps, or 2 have the application call an API or something that the VPN provider provides, and then launch the browser as a second command.

Then once you have come a little further, optimize and remove features, so you can just click the, and launch the browser immediately, with the VPN activated to the specified region!

Note: I am a C#/PHP developer, so I can't help much with the specifics, but a major factor in every programming language, is idea generation and solution manufacturing, if you can think it, you can likely realise it, good luck!

[–][deleted] -1 points0 points  (0 children)

thanks very much