A
A
a_palanski2015-07-20 09:08:21
Django
a_palanski, 2015-07-20 09:08:21

How to write a simple parser in django?

Good afternoon, tell me how to make a web application parser from YouTube on django. So that when you enter the address of the channel, he will give out comments, when the comments were published and how many views?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sim3x, 2015-07-20
@sim3x

It is better not to graze, but to request via api
https://developers.google.com/youtube/v3/getting-s...

I
Igor Lyutoev, 2015-07-20
@loader777

Write a separate parser (for example, on Grab or simple requests) and a Django application that shows the data parsed into the database.

U
un1t, 2015-07-20
@un1t

For page download use requests or urllib, for parsing use lxml. Some tutorials googled, there are plenty of them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question