E
E
Eva052016-09-08 01:43:38
Python
Eva05, 2016-09-08 01:43:38

Which Python library to choose for parsing Facebook pages?

Hello!
You need to parse your and friends' pages on Facebook. Extract data from the profile (in which university they study, etc.).
The Facebook Graph API is not suitable, since they have closed any requests to user.
Which library is best for this task? requests?grab?others?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rou1997, 2016-09-08
@Eva05

Any library for HTTP to support GET and POST requests, the responses will be in HTML format including AJAX, you need to parse them with something, for HTML, try BeautifulSoup separately or RoboBrowser (there are both BeautifulSoup and HTTP GET, but I don’t know if there are POST except form).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question