P
P
pixal2015-10-18 14:31:42
Python
pixal, 2015-10-18 14:31:42

How can one interact with a Python script via http get/post requests?

For example, the script is on a machine with ip 192.168.1.22, I send a get zaaros and, for example, a sheet with a video in VK is parsed. And it is issued in response. Is it really possible to do that?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
eri, 2015-10-19
@eri

For simple implementations, you can use the standard http server https://docs.python.org/2/library/basehttpserver.html or the `bottle`, `tornado`, `twisted` frameworks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question