Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Andrew Pennebaker http://mcandre.devjavu.com/wiki

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

jaiku.conf

// example configuration file for jaiku.py

   1  
   2  config = "jaiku.conf"
   3  xmlrpcurl = "http://api.jaiku.com/xmlrpc"
   4  feedurlstart = "http://"
   5  feedurlend = ".jaiku.com/feed/atom"
   6  itemdelimeter = "<entry>"
   7  titledelimeter1 = "<title>"
   8  titledelimeter2 = "</title>"
   9  username = "mcandre"
  10  personalkey = "FILL IN YOUR API KEY HERE"
  11  location = ""

tw.conf

// Example configuration file for tw.py.

   1  
   2  config = "tw.conf"
   3  username = "mcandre"
   4  rootauthurl = "http://twitter.com/statuses/"
   5  useragent = "tw.py 0.0.1"
   6  statusdelimeter1 = "<p class=\"entry-title entry-content\">"
   7  statusdelimeter2 = "</p>"
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS