My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 13
html2css works by taking a HTML resource (from a file, a url or a string) and then turning it into a precise CSS representation. Requires Beautiful Soup 3.0.3, which comes bundled. {{{ >>> css = html2css('<html id="html2css"><body></body></html>') >>> print css.display() html {} body {} ...
= About = AOUP is a simple application to check new versions of your favourite World of Warcraft addons in [http://wow.curse.com Curse]. It's not intended to be full-featured or have a nice interface (the official client have all that); this is for power users who want an automated way of updating ...
Fudan-xk is an automatic course registration robot for Fudan University undergraduates. It can help you to apply for specified courses automatically.
combine beautiful soup and growl to notify yourself when cool stuff is for sale on bonktown.
这是一个代码合集。我的目的并不是搞出一个开源项目来,只是自己写的一些小工具或者一些想法的原型。这里最大的目的就是用来记录我开发小工具,完善小工具的过程,并且记录这个过程一步步的文档。 看这些文档和代码,它可以告诉你我是怎样从一个想法以及一个非常简陋的原型演变成一个工具的(虽然最后这个工具也很简陋)如果某些想法或者工具我觉得非常不错,我会为它单独建立一个项目,并维护它,希望我有那么强的毅力。
Wave Alpha is a robot written in Python for the _Google Wave_ platform. It empowers the user with the ability to query _Wolfram Alpha_'s Computational Knowledge Search Engine right from a "wavelet" and retrieve the results right into the "blip". http://i3.photobucket.com/albums/y75/gmaster1440/S...
Download files from Megaupload using a free account. The process is completely automatic as the captcha is recognized using an OCR. The package includes also a file uploader (both for anonymous and free registered users). ---- *Update 2009/03/22:* Added support for the new 4-rotated-and-highly-o...
It's not a framework, but it helps to write screen scrapers. You only need to implement one for generate the data, and optionally another to generate the description (or body of the feed item), and then you have a shiny new feed! More info: http://blog.luizirber.org/?p=72
Look at the examples below to see how the API works {{{ >>> html = """ ... <?xml version="1.0" encoding="ISO-8859-1"?> ... <bookstore> ... <book category="COOKING"> ... <title lang="en">Everyday Italian</title> ... <author>Giada De Laurentiis</autho...
A single function, select(soup, selector), that can be used to select items from a [http://www.crummy.com/software/BeautifulSoup/ BeautifulSoup] instance using CSS selector syntax. Currently supports type selectors, class selectors, id selectors, attribute selectors and the descendant combinator....
1 2 Next