Answer the question
In order to leave comments, you need to log in
How to parse a Periscope profile?
The essence of the problem:
In the field on the site, a person must enter his Periscope login.
The parser parses the values:
Avatar;
name;
login;
number of subscribers;
number of subscriptions.
Help formulate a request.
Sample page for parsing www.periscope.tv/smolup
I would appreciate your help.
Answer the question
In order to leave comments, you need to log in
$userName = $_REQUEST['username']
$pageContent = file_get_contents('http://www.periscope.tv/' . $userName);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question