Techneaux / tadpoles

Scrape images of my kids from tadpoles.com and archive them in s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tadpoles.com Scraper

WHAT

Tadpoles.com is a site where daycare centers sometimes post pics of kids if they use the tadpoles ipad app. They don't support bulk downloads though...until now.

Dependencies

  • Docker
  • s3cmd

Usage

To use it:

$ ./scripts/build.sh
$ export BUCKET_URI=s3://awesome_bucket/tadpoles/
$ ./scripts/update.sh

The images get saved to ./img/ in year/month subdirectories, then synced to s3 with s3cmd.

About

Scrape images of my kids from tadpoles.com and archive them in s3

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 96.0%Language:Dockerfile 2.7%Language:Shell 1.3%