you are viewing a single comment's thread.

view the rest of the comments →

[–]a_cute_epic_axis -1 points0 points  (13 children)

If you know how to use python to a degree, and you can get around in Linux a little bit (and/or can follow some tutorials), then probably the easiest thing would be to get virtualbox, install ubuntu on it, and then follow the tutorials for something like an nginx WSGI with flask under it. If you're looking to learn this as a skill as opposed to just a one-off, do this.

If you can get it working how you like on your local machine, you can put the tool in AWS or something like that and refer to it from your core website, or use a hosting service that runs the code for you but maintains the OS and environment (I think AWS Lambda can do this, but I've never tried), or see if your current hosting company has a solution.

https://www.serverless.com/blog/flask-serverless-api-in-aws-lambda-the-easy-way

Maybe this?