jpichon / botnet

Experiments with JabberBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

		DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004
 
Copyright (C) 2010 Victor Hugo Germano, Earth
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
 
           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
 0. You just DO WHAT THE FUCK YOU WANT TO.





Yahoo! Application ID
4h7YbM3V34H8fWjCUpjrrpnJJ0Lb3K8E7BwVWvjKIePelC9TVM2g4RYA3x0XTc2_sm2DDNFvtz9


Yahoo! GeoPlanet API
http://developer.yahoo.com/geo/geoplanet/guide/api_docs.html

Yahoo! Weather forecast
http://developer.yahoo.com/weather/

Dealling with rss and yahoo
http://developer.yahoo.com/python/python-xml.html

SimpleJSON library
http://simplejson.googlecode.com/svn/tags/simplejson-2.1.0/docs/index.html


Exchange-Rate API
http://www.exchangerate-api.com/


----------
Required dependencies:
python-xmpp
python-simplejson

To run main.py from the command-line you'll need to update your PYTHONPATH manually first.

export PYTHONPATH=$PROJECT_DIR:$PROJECT_DIR/botnet:$PROJECT_DIR/deps

About

Experiments with JabberBot


Languages

Language:Python 99.7%Language:Ruby 0.3%