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

config = "jaiku.conf"
xmlrpcurl = "http://api.jaiku.com/xmlrpc"
feedurlstart = "http://"
feedurlend = ".jaiku.com/feed/atom"
itemdelimeter = "<entry>"
titledelimeter1 = "<title>"
titledelimeter2 = "</title>"
username = "mcandre"
personalkey = "FILL IN YOUR API KEY HERE"
location = ""

tw.conf

// Example configuration file for tw.py.

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