0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jan 15, 2024 — Jan 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Include XML prefix in feedparser doc keys. More... almost 13 years ago
Dropped the _at suffix from time variables. More... over 14 years ago
Read updated/published times from topics and replies. More... over 14 years ago
Refactored common topic/reply behaviour into Message mixin. More... over 14 years ago
Added title property to replies. More... over 14 years ago
Added test for reading content of a reply. More... over 14 years ago
Renamed company's id attribute to resource_id. More... over 14 years ago
Renamed tests to test_satisfaction.py. More... over 14 years ago
Added id property to company objects. More... over 14 years ago
Use new style objects. More... over 14 years ago
Fixed typo. More... over 14 years ago
Minor refactoring, isolating responsibilities of the parsers. More... over 14 years ago
Added docs and examples to the README. More... over 14 years ago
Added an AUTHORS file. More... over 14 years ago
Iterate over a company's products. More... over 14 years ago
Iterate over product.topics and topic.replies. More... over 14 years ago
Report URL when resource not found. More... over 14 years ago
Started iterating over a product's topics. More... over 14 years ago
Pass a parser a URL rather than a resource. More... over 14 years ago
A resource isn't a parser, they have a parser. More... over 14 years ago
Read a product's title from the HTML. More... over 14 years ago
Parse HTML for a product and read the title. More... over 14 years ago
Automate setup/teardown of test fixtures. More... over 14 years ago
Refactored tests, removing @fixture decorator. More... over 14 years ago
Iterate across multiple pages to retrieve a topic's replies. More... over 14 years ago
Refactored Topic._get() into document property. More... over 14 years ago
Refactored access to topic's replies into an iterator. More... over 14 years ago
Retrieve a reply's topics from topic's first page. More... over 14 years ago
Converted title/content to properties. Added reply_count. More... over 14 years ago
Read a topic and return its title and content. More... over 14 years ago