https://github.com/luizirber/hand
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!
https://github.com/luizirber/hand
Last synced: 7 months ago
JSON representation
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!
- Host: GitHub
- URL: https://github.com/luizirber/hand
- Owner: luizirber
- Created: 2010-10-04T15:15:22.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T14:53:48.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T12:43:08.503Z (7 months ago)
- Language: Python
- Homepage: http://blog.luizirber.org/2009/02/12/hand/
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/luizirber/Hand) [](https://coveralls.io/r/luizirber/Hand)
Hand
====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!