Documentation ¶
Overview ¶
Web capture tool. Takes snapshots of website content and stores it into sqlite database.
$ sqlite3 data.db < create.sql
Exercises (choose one)
1) Add a new subcommand - e.g. "show" - that takes an ID of a capture and displays the webpage.
2) Add a new subcommand to show all captures of a given URL.
Try to utilize https://jmoiron.github.io/sqlx/#getAndSelect shortcuts to deserialize a row into a WebCapture struct.
Click to show internal directories.
Click to hide internal directories.