P
P
Pavel Padozhnikov2015-08-20 22:42:23
Programming languages
Pavel Padozhnikov, 2015-08-20 22:42:23

What programming languages ​​are useful for interacting with the site?

For a clearer explanation of what I need and what I want to know, I will give an example of a simple program.
I enter a link to a site with pictures into the program code, and when it starts, all the pictures (with a given extension and others) will be downloaded to the computer.
Or that the program would give a response to a message that came by email (with sorting: what came in and what to answer is not worth thinking about yet.)
I mean that these programs exist, but how do they work, and with what help?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Roman Mirilaczvili, 2015-08-21
@2ord

These kinds of programs are HTTP clients and they work over HTTP/HTTPS protocols over TCP/IP using normal GET requests .
wget is an example of downloading files from the command line.

V
Vladimir Martyanov, 2015-08-20
@vilgeforce

The language is not important. There is curl to work with both mail and websites.

K
Ken Jee, 2015-08-20
@Machez

All of the above can be implemented in any programming language.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question