URI:
       tscraperc.example - tscrape - twitter scraper (not working anymore)
  HTML git clone git://git.codemadness.org/tscrape
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tscraperc.example (174B)
       ---
            1 #tscrapepath="$HOME/.tscrape/feeds"
            2 
            3 # list of feeds to fetch:
            4 feeds() {
            5         # feed <name> <twittername>
            6         feed "johncarmack" "id_aa_carmack"
            7         feed "OpenBSD_src" "openbsd_src"
            8 }