Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.61 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.61 KB

Gomiso Python

PHP code interacting with Gomiso through oAuth to extract users information Such as movies watched, series, etc.

Purpose

Coded using php, this is a try to provide users with informations regarding their profile and the kind of series and movies they watched. This is calling the last 100 events from the user so it's not fully accurate. It's kind of a proof of concept of good things that you can do in one night with Gomiso API, a try to win the iPad 2 ;) and a way to show that if you use this code to query Gomiso databases, you can display interesting things to the user. Users are looking for this kind of thing!!

Contributing

When to contribut? Please contact me instead of forking the project.

Usage

Or directly go to the dedicated website or donwload the PHP code and install it (no need for database) and update:

"display.php"

 4 - define('TVDB_KEY', 'XXXXXXXXXXX');
 4 - define('TVDB_KEY', 'Your TVDB API key');

"index.php" and "callback.php"

2 - define('GOMISO_KEY', 'XXXXXXXXXXX');
3 - define('GOMISO_SECRET', 'XXXXXXXXXXX');

2 - define('GOMISO_KEY', 'Your Gomiso API key');
3 - define('GOMISO_SECRET', 'Your Gomiso API secret');

About me

You will find more about me through my blog