Skip to content

Instantly share code, notes, and snippets.

View markwaters's full-sized avatar

Mark Waters markwaters

View GitHub Profile
@russellbeattie
russellbeattie / twitterfeed.php
Created October 16, 2012 10:08
Twitter stream as a feed in Atom format (using oauth)
<?
/**
* twitterfeed.php
*
* A single file script which serves an authenticated personal Twitter timeline as an Atom feed.
*
* To use:
* 1) Go to https://dev.twitter.com/apps and create a new App
* 2) Use the Authentication button to create the tokens/secrets needed
* 3) Copy the results into the appropriate spots below
@julian-bond
julian-bond / gplusatom.php
Created October 23, 2012 11:54
A single file PHP script which serves public posts to a Google Plus account as an Atom feed.
<?php
/**
* gplusatom.php
*
* A single file PHP script which serves public posts to a Google Plus account as an Atom feed.
*
* To use:
* 1) Obtain a google API key here https://code.google.com/apis/console
* 2) Fill in the 3 pieces of setup detail below.
@gregrickaby
gregrickaby / custom.css
Last active December 28, 2020 16:48
CSS markup to make Tiny Tiny RSS look a bit more like Google Reader. Paste this into the Custom CSS box inside "Preferences".
/* Reset
------------------------------------------------------------ */
body#ttrssMain,
body#ttrssPrefs,
body#ttrssLogin,
body {
color: #000;
font-family: "Arial", sans-serif;
font-size: 100%; /* Set to default browser size, 16px */
line-height: 1.5;