1.4.4 • Published 8 years ago

periscope-api v1.4.4

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

Periscope API

Version

1.4.4

Retrieve informations from periscope profiles and broadcast. You can save both replay and live.

Pré-requis

Installation

git clone https://framagit.org/Sobralia/Periscope-API.git
npm install

Utilisation

var periscope = request('periscope-api');

periscope.getProfileInfo("userName", function(err, profile){
	console.log(profile.infos.username);
});

periscope.getBroadcastInfo("idBroadcast", function(err, broadcast){
	console.log(broadcast.broadcast.status);
});

periscope.recordBroadcast("idBroadcast", "path to file", function(err, broadcast){

});

periscope.downloadBroadcast("idBroadcast", "path to file", function(err, broadcast){

});

TODO

  • Fetch chat for lives and replays

CHANGELOG

1.4.4

  • Changes according to the new periscope API (again)

1.2.4

  • Changes according to the new periscope API
1.4.4

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago