1
0
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
Alex Palaistras f90c734d05 farsight_test: Simplify subdoc test case 2016-06-02 12:46:07 +01:00
Alex Palaistras aa00425e7a parser.go: Fix comment on Parse method for golint 2016-06-02 12:41:53 +01:00
Alex Palaistras 576aa63944 farsight: Add more tests for base functionality 2016-05-30 22:50:48 +01:00
Alex Palaistras 0a79682ee5 Rename interface types and methods for clarity 2016-05-30 22:50:25 +01:00
Alex Palaistras 6c76baa233 README: Add Travis build badge 2016-05-27 09:54:04 +01:00
Alex Palaistras b3716a651a Add Travis, EditorConfig and README badges 2016-05-27 09:47:08 +01:00
Alex Palaistras 130da67f3f Implement more destination types, attr selector handling 2016-05-27 02:18:27 +01:00
Alex Palaistras 63a18b34b1 Improve README documentation 2016-05-27 02:18:14 +01:00
Alex Palaistras afe72b7d47 Improve documentation, add correct handling for slices 2016-05-26 22:27:15 +01:00
Alex Palaistras 92fb4d6e25 Add MIT license file and file declarations 2016-05-26 01:54:52 +01:00
Alex Palaistras a3570358ed Implement working support for scraping HTML
This implements basic working support for fetching HTML documents
via HTTP/HTTPS and scraping the resulting markup via CSS selectors.

Support for generic sources and parsers has also been implemented,
allowing future support for fetching from, e.g. local files, and
scraping arbitrary file formats, such as JSON, YAML etc.

Basic tests have been implemented. Documentation is severely lacking.
2016-05-26 01:42:24 +01:00
Alex Palaistras 6ff1c8cf64 Initial commit of workspace, including basic README 2016-05-24 20:48:10 +01:00