Skip to content

Instantly share code, notes, and snippets.

View thwaller's full-sized avatar
🏠
Working from space

thwaller thwaller

🏠
Working from space
View GitHub Profile
@thwaller
thwaller / trakt-backup.php
Last active September 24, 2020 17:34 — forked from darekkay/trakt-backup.php
Trakt.tv backup script
<?php
/*
Original Source Credit:
Backup script for trakt.tv (API v2).
Live demo: http://eclectide.com/blog/2014/08/12/trakt-tv-backup/
*/
// create a Trakt app to get a client API key: https://trakt.docs.apiary.io/#introduction/api-url
$apikey = "CLIENT_API_KEY";