Skip to content

ryanmross/zype-api-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zype API MRSS Generator

Creates an MRSS feed to your specifications using the Zype video api.

Needs api_config.ini file with Zype API keys (currently looks for this in the parent folder).

Find the API keys from your Zype account and create api_config.ini that looks like this:

;Account credentials from zype
[Account]

admin_key = PUT ADMIN KEY HERE
read_key = PUT READ KEY HERE

OPML folder is a place to create outline files that group different MRSS feeds together.

Included a key for security purposes. Simply set the key to whatever you want in the line after the parse_str line, and then include a querystring when calling the script that says key=YOURKEY.

Should look something like this: yoursite.com/mrss/?key=havockey&playlist_id=57f82ee66689bc0d1b0002fe&videotype=5

Uses PHP-CURL-CLASS: https://github.com/php-curl-class/php-curl-class

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published