E
E
Eduard Mozenkov2014-06-01 19:05:19
Parsing
Eduard Mozenkov, 2014-06-01 19:05:19

Is it possible to parse the search string?

I am doing a home project for myself. The essence of the project is to make a smart search. That is, by entering a query into the search bar, for example #freshpotatoes, the query will be automatically filled in on sites such as instagram and pinterest, and display the answer on my page.
And I faced such a task:
Is it possible to parse the search string and display its answer on the page? What is the best way to do this?
I have never come across parsers, and the search for this resource did not bring me the desired results.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Alekseev, 2014-06-02
@Mozenkoff

It is better to do this through the services API, for example, instagram.com/developer/, https://developers.pinterest.com/. To do this, you need to create a developer account, understand the documentation. Next, you make a small web application (for example, on Ruby On Rails) that will call API methods of external systems, and you can process the results as you want (Ruby is well suited for word processing).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question