Skip to content

Instantly share code, notes, and snippets.

@penelopede
penelopede / support.md
Last active May 1, 2022 10:47
Support Resources for /r/SeriousConversation/w/resources

A reference of support resources. See the index to jump to a relevant section ⇢  

^(Need help now?) ^( call) ^1-800-273-TALK ^(8255) ^or ^text ^START ^to ^741-741 ^for ^the ^(Crisis Text Line.) ^(International lines can be found) ^(here) ^and ^(here.)


General Support

7 Cups of Tea www.7cups.com

@darekkay
darekkay / trakt-backup.php
Last active May 5, 2026 21:12
Trakt.tv backup script
<?php
/*
Backup script for trakt.tv (API v2).
*/
// create a Trakt app to get a client API key: http://docs.trakt.apiary.io/#introduction/create-an-app
$apikey = "CLIENT_API_KEY";
$username = "YOUR_USERNAME";