Skip to content

Instantly share code, notes, and snippets.

@GusGold
GusGold / SidebarTime.php
Created March 20, 2015 07:51
Update a subreddit's sidebar with the current time (Can be expanded to update anything)
<?php
define("COOKIES", __dir__."/_cookies.txt");
$reddit_username = "";
$reddit_password = "";
$reddit_subreddit = "";
function getCURL($url, $opt = array()){
$ch = curl_init();