Information robot

Asked

Viewed 34 times

-4

Good morning, Late , Night. I’d like to know if there’s a way to create a robot where he picks up some product prices, and throws that information into an app. I have an idea for an app and am beginner I’m still doing programming logic and then I will do java script

  • 1

    Dude.... What you want is not a robot, but a program. Try to improve the quality of your question, because I hardly understand it (what does javascript have to do with the question??).

1 answer

1

I believe you wanted to refer to Robo in the case of "something that makes your application capable of consuming Price data from somewhere", in the case of consuming data from a price database for example, or consuming data from an ok API ("Application Programming Interface").

Actually there are several ways to understand your doubt, as you spoke in Javascript it would be interesting to open an idea for you to consume this data via "Ajax" for example, where through your programming in Jscript you will direct a request for "GET" for your web application to consume your Pricing data, for example by an API returning this data in JSON (Javascript Object Notation) format. Then this data would be arranged in a URL for example: http://xxxx_precos_de_products , where they would be in a format like this: { "_idproduto" : "001", "nome_produto":"chuteira", "preco_produto":"150,00"}.

As I mentioned above there are other ways to consume data, through queries directly to the database via querys and SQL (Structured Query Language), for example, using languages such as PHP, Java, Python, etc.

See that there are many ways and ways to consume data! I tried to clarify your doubt in a simple way, since it is starting and every beginning is really confusing, but go ahead, study, seek information and succeed! Hug.

  • Thank you very much , I’m doing in python, using Selenium to get some data. But I’m still studying Mysql, because I’m saving these prices in XLS and JASON

Browser other questions tagged

You are not signed in. Login or sign up in order to post.